|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.onebusaway.webapp.actions.admin.UserForIndexAction
public class UserForIndexAction
Field Summary |
---|
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
UserForIndexAction()
|
Method Summary | |
---|---|
String |
changePassword()
|
String |
changePasswordSubmit()
|
String |
execute()
|
String |
getId()
|
UserBean |
getModel()
|
String |
getPassword()
|
String |
getPassword2()
|
String |
getType()
|
String |
getUserIndexId()
|
void |
setId(String id)
|
void |
setPassword(String password)
|
void |
setPassword2(String password2)
|
void |
setType(String type)
|
void |
setUserService(UserService userService)
|
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserForIndexAction()
Method Detail |
---|
public void setUserService(UserService userService)
public void setType(String type)
public String getType()
public void setId(String id)
public String getId()
public String getUserIndexId()
public String getPassword()
public void setPassword(String password)
public String getPassword2()
public void setPassword2(String password2)
public UserBean getModel()
getModel
in interface com.opensymphony.xwork2.ModelDriven<UserBean>
public String execute()
execute
in interface com.opensymphony.xwork2.Action
execute
in class com.opensymphony.xwork2.ActionSupport
public String changePassword()
public String changePasswordSubmit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |