org.activemath.webapp.controller
Class UserDataController
java.lang.Object
org.infohazard.maverick.ctl.Throwaway2
org.infohazard.maverick.ctl.ThrowawayBean2
org.activemath.webapp.base.ControllerBase
org.activemath.webapp.controller.UserDataController
- All Implemented Interfaces:
- Controller
public class UserDataController
- extends ControllerBase
Manipulation of user account data
Request parameters:
| 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 |
UserDataController
public UserDataController()
setAction
public void setAction(String string)
setEditUserId
public void setEditUserId(String string)
setDest
public void setDest(String string)
setUserId
public void setUserId(String string)
setName
public void setName(String string)
setValue
public void setValue(String string)
setFullName
public void setFullName(String string)
setPassword
public void setPassword(String string)
setPassword2
public void setPassword2(String string)
setLanguage
public void setLanguage(String string)
setSkin
public void setSkin(String string)
setLearningcontext
public void setLearningcontext(String string)
setMediacompetency
public void setMediacompetency(String string)
setField
public void setField(String string)
setEmail
public void setEmail(String string)
setCountry
public void setCountry(String string)
setGroup
public void setGroup(String string)
setRoles
public void setRoles(String[] value)
setAcceptsPrivacy
public void setAcceptsPrivacy(boolean value)
setUseInputEd
public void setUseInputEd(boolean value)
setFmt
public void setFmt(String string)
setLearnerModel
public void setLearnerModel(String string)
setSpeechoutput
public void setSpeechoutput(String string)
setReadingskill
public void setReadingskill(String string)
action
protected String action()
- Implements the controller's action
- Overrides:
action in class ControllerBase
- See Also:
org.activemath.presentation.servlets.controller.AMController#action()