| Constructor and Description |
|---|
RubyAction(long rubyActionId,
Object rubyObject,
String actionName) |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
protected void |
finalize() |
static Action |
getAction() |
String |
getActionName() |
Context |
getApplication()
Gets this action application context.
|
Context |
getCookies()
Gets the cookie context for this action.
|
Input |
getInput()
Gets the action input.
|
Locale |
getLocale()
Gets the use locale for this action.
|
Output |
getOutput()
Gets the action output.
|
long |
getRubyActionId() |
Object |
getRubyObject() |
Context |
getSession()
Gets this action session context.
|
void |
removeAction() |
void |
setApplication(Context context)
Sets the application context for this action.
|
void |
setCookies(Context context)
Sets the cookie 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 context)
Sets the session context for this action.
|
public void removeAction()
public Object getRubyObject()
public long getRubyActionId()
public static Action getAction()
public String getActionName()
public void setInput(Input input)
Actionpublic void setOutput(Output output)
Actionpublic void setSession(Context context)
ActionsetSession in interface Actioncontext - The context to be setpublic void setApplication(Context context)
ActionsetApplication in interface Actioncontext - The context to be setpublic void setCookies(Context context)
ActionsetCookies in interface Actioncontext - The cookie context to be setpublic void setLocale(Locale loc)
Actionpublic Output getOutput()
Actionpublic Context getSession()
ActiongetSession in interface Actionpublic Context getApplication()
ActiongetApplication in interface Actionpublic Context getCookies()
ActiongetCookies in interface Actionpublic Locale getLocale()
ActionCopyright © 2015. All Rights Reserved.