org.activemath.webapp.controller
Class MunSequencerController
java.lang.Object
org.infohazard.maverick.ctl.Throwaway2
org.infohazard.maverick.ctl.ThrowawayBean2
org.activemath.webapp.base.ControllerBase
org.activemath.webapp.controller.MunSequencerController
- All Implemented Interfaces:
- Controller
public class MunSequencerController
- extends ControllerBase
| Methods inherited from class org.activemath.webapp.base.ControllerBase |
addError, addError, enableNoCache, escapeForHtmlSafety, getAccountManager, getAppSession, getCmdName, getCurrentUser, getErrors, getHttpSession, getLanguage, getModel, getOutputFormat, getRequest, getResponse, getSkin, hasErrors, perform, publishControllerEvent, sendError, sendError, sendJson, sendLoginRequired, sendRedirect, sendRedirect, setPasswd, setUser |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FEEDBACK_START
public static final String FEEDBACK_START
- See Also:
- Constant Field Values
FEEDBACK_CONTINUE_STOP
public static final String FEEDBACK_CONTINUE_STOP
- See Also:
- Constant Field Values
FEEDBACK_DOING_EXERCISE
public static final String FEEDBACK_DOING_EXERCISE
- See Also:
- Constant Field Values
MunSequencerController
public MunSequencerController()
action
protected String action()
throws Exception
- Description copied from class:
ControllerBase
- This is the method you should override to implement application logic.
- Overrides:
action in class ControllerBase
- Throws:
Exception
getAction
public String getAction()
setAction
public void setAction(String action)
getExerciseId
public String getExerciseId()
setExerciseId
public void setExerciseId(String nextExerciseId)
getFeedbackView
public String getFeedbackView()
setFeedbackView
public void setFeedbackView(String feedbackView)
getSequencerId
public String getSequencerId()
setSequencerId
public void setSequencerId(String sequencerId)
getBookId
public String getBookId()
setBookId
public void setBookId(String bookId)