org.activemath.webapp.clientevents
Class ClientEventsLocalizer
java.lang.Object
org.infohazard.maverick.ctl.Throwaway2
org.infohazard.maverick.ctl.ThrowawayBean2
org.activemath.webapp.base.ControllerBase
org.activemath.webapp.clientevents.ClientEventsLocalizer
- All Implemented Interfaces:
- Controller
public class ClientEventsLocalizer
- extends ControllerBase
Handles notifications shown to the user, e.g. from the course generator to notify the user that a course
was planned.
|
Method Summary |
protected String |
action()
This is the method you should override to implement application logic. |
| 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 |
log
protected static Category log
ClientEventsLocalizer
public ClientEventsLocalizer()
action
protected String action()
- Description copied from class:
ControllerBase
- This is the method you should override to implement application logic.
- Overrides:
action in class ControllerBase