public abstract class SingleInstanceBaseAction extends BaseAction
cookies, msgContext| Constructor and Description |
|---|
SingleInstanceBaseAction()
Creates a SingleInstanceBaseAction.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
getApplication()
Gets this action application context.
|
Input |
getInput()
Gets the action input.
|
Locale |
getLocale()
Gets the use locale for this action.
|
Output |
getOutput()
Gets the action output.
|
Context |
getSession()
Gets this action session context.
|
void |
removeAll() |
void |
setApplication(Context application)
Sets the application context for this action.
|
void |
setInput(Input input)
Sets the input for this action.
|
void |
setLocale(Locale loc)
Sets the user locale for this action.
|
void |
setOutput(Output output)
Sets the output for this action.
|
void |
setSession(Context session)
Sets the session context for this action.
|
addError, addError, addError, addError, addError, addError, addError, addError, addError, addError, addError, addError, addMessage, addMessage, addMessage, addMessage, addMessage, addMessage, addMessage, addMessage, addMessage, addMessage, addMessage, addMessage, adhere, ajax, application, commit, commit, cookies, disjoin, execute, findValue, findValue, getContextPath, getCookies, getError, getLocalizedText, getLocalizedText, getMessageTokens, getMessageTokens, getPrettyURL, getSessionLocale, getSessionObj, getUserLocale, getUserSession, hasError, init, init, input, isAjaxRequest, isAjaxRequest, isEmpty, isGet, isGet, isLogged, isPost, isPost, isPrettyURL, loc, onRemoved, output, redir, replaceSessionObj, replaceUserSession, rollback, rollback, session, setCookies, setMessageContext, setSessionGroup, setSessionGroup, setSessionGroups, setSessionGroups, setSessionLocale, setSessionLocale, setSessionObj, setSessionUser, setUserSession, stream, stream, streampublic SingleInstanceBaseAction()
public void removeAll()
public void setInput(Input input)
ActionsetInput in interface ActionsetInput in class BaseActioninput - the input to be setpublic void setOutput(Output output)
ActionsetOutput in interface ActionsetOutput in class BaseActionoutput - the output to be setpublic void setSession(Context session)
ActionsetSession in interface ActionsetSession in class BaseActionsession - The context to be setpublic void setApplication(Context application)
ActionsetApplication in interface ActionsetApplication in class BaseActionapplication - The context to be setpublic void setLocale(Locale loc)
ActionsetLocale in interface ActionsetLocale in class BaseActionloc - The user locale to set.public Input getInput()
ActiongetInput in interface ActiongetInput in class BaseActionpublic Output getOutput()
ActiongetOutput in interface ActiongetOutput in class BaseActionpublic Context getSession()
ActiongetSession in interface ActiongetSession in class BaseActionpublic Context getApplication()
ActiongetApplication in interface ActiongetApplication in class BaseActionCopyright © 2015. All Rights Reserved.