|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionContext
Context of an action execution.
Method Summary | |
---|---|
void |
addResultInterceptor(Result interceptor)
Adds a result interceptor for the action. |
java.lang.Object |
getAction()
Gets action instance. |
java.lang.String |
getActionName()
Gets action name. |
java.lang.reflect.Method |
getMethod()
Gets action method. |
java.lang.String |
getNamespacePath()
Gets the path for the action's namespace. |
ActionContext |
getNext()
Gets context of action which this action chained to. |
ActionContext |
getPrevious()
Gets context of action which chained to us. |
Result |
getResult()
Gets the Result instance for the action. |
Method Detail |
---|
java.lang.Object getAction()
java.lang.reflect.Method getMethod()
java.lang.String getActionName()
java.lang.String getNamespacePath()
Result getResult()
Result
instance for the action.
Result
instance or null
if we don't have a result yet.void addResultInterceptor(Result interceptor)
ActionContext getPrevious()
null
if this is the first action in the chainActionContext getNext()
null
if we haven't chained to another action yet or this is the last
action in the chain.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |