public class ContextActionFactoryProxy extends ActionFactoryProxy
*Aware interface after first locating the action through the
action factory proxy chain.| Constructor and Description |
|---|
ContextActionFactoryProxy(ActionFactory aFactory) |
| Modifier and Type | Method and Description |
|---|---|
Action |
getActionImpl(String aName)
Returns the action object for the specified action or a matching action on the action factory delegation chain.
|
protected void |
setActionContext(Object anAction)
Initializes the specified action object for each
*Aware interface it implements. |
flushCaches, getNextFactorygetAction, getActionFactory, setActionFactorypublic ContextActionFactoryProxy(ActionFactory aFactory)
public Action getActionImpl(String aName) throws Exception
ActionFactorygetActionImpl in class ActionFactoryaName - name of action to check for a matchExceptionprotected void setActionContext(Object anAction)
*Aware interface it implements. The following
interfaces are supported and initialized in the this order: Copyright © 2013 Atlassian. All Rights Reserved.