Interface ActionPossessable
-
- All Known Implementing Classes:
ActionPossessSupport,DispatchResponseRule,ForwardResponseRule,RedirectResponseRule,TransformRule
public interface ActionPossessableThe Interface ActionPossessable.- Since:
- 2011. 2. 21.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionListgetActionList()Gets the action list.voidsetActionList(ActionList actionList)Sets the action list.
-
-
-
Method Detail
-
getActionList
ActionList getActionList()
Gets the action list.- Returns:
- the action list
-
setActionList
void setActionList(ActionList actionList)
Sets the action list.- Parameters:
actionList- the new action list
-
-