public class SignupAction extends BaseAction
CANCEL, delete, from, log, mailEngine, mailMessage, roleManager, save, templateName, userManager| Constructor and Description |
|---|
SignupAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
doDefault()
Returns "input"
|
String |
execute()
When method=GET, "input" is returned.
|
org.appfuse.model.User |
getUser()
Return an instance of the user - to display when validation errors occur
|
String |
save()
Save the user, encrypting their passwords if necessary
|
void |
setCancel(String cancel) |
void |
setUser(org.appfuse.model.User user) |
cancel, getConfiguration, getRequest, getResponse, getSession, saveMessage, sendUserMessage, setDelete, setFrom, setMailEngine, setMailMessage, setRoleManager, setSave, setTemplateName, setUserManageraddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validatepublic void setCancel(String cancel)
public void setUser(org.appfuse.model.User user)
public org.appfuse.model.User getUser()
public String execute()
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportpublic String doDefault()
doDefault in class com.opensymphony.xwork2.ActionSupportCopyright © 2003-2012. All Rights Reserved.