|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.solidstategroup.webwork.BaseAction
com.solidstategroup.webwork.PagingAction
com.solidstategroup.action.webmail.BaseWebMailAction
public class BaseWebMailAction
BaseWebMailAction
| Field Summary | |
|---|---|
protected java.lang.String |
action
|
protected Folder |
folder
|
static java.lang.String |
WEB_MAIL_ACCOUNT
|
protected Account |
webMailAccount
|
| Fields inherited from class com.solidstategroup.webwork.PagingAction |
|---|
pageNumber, results, resultsPerPage, resultsTotal |
| Fields inherited from class com.opensymphony.xwork.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
BaseWebMailAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()
|
Folder |
getFolder()
|
Account |
getWebMailAccount()
|
void |
prepare()
|
java.lang.String |
retrieveAccount()
Pulls back the account for the logged in user |
protected void |
setAccountInSession()
|
void |
setAction(java.lang.String action)
|
void |
setFolder(Folder folder)
|
void |
setWebMailAccount(Account webMailAccount)
|
void |
validate()
|
| Methods inherited from class com.solidstategroup.webwork.PagingAction |
|---|
copyToResults, getIndexStart, getNumberOfPages, getPageNumber, getPages, getResults, getResultsPerPage, getResultsTotal, getShowingEnd, getShowingStart, isNextPage, isPrevPage, setPageNumber, setResults, setResultsPerPage, setResultsTotal |
| Methods inherited from class com.opensymphony.xwork.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clone, doDefault, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Folder folder
protected java.lang.String action
protected Account webMailAccount
public static final java.lang.String WEB_MAIL_ACCOUNT
| Constructor Detail |
|---|
public BaseWebMailAction()
| Method Detail |
|---|
public void prepare()
throws java.lang.Exception
prepare in interface com.opensymphony.xwork.Preparablejava.lang.Exceptionpublic void validate()
validate in interface com.opensymphony.xwork.Validateablevalidate in class com.opensymphony.xwork.ActionSupportpublic java.lang.String retrieveAccount()
protected void setAccountInSession()
public Account getWebMailAccount()
public void setWebMailAccount(Account webMailAccount)
public java.lang.String getAction()
public void setAction(java.lang.String action)
public Folder getFolder()
public void setFolder(Folder folder)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||