public class CommandActionFactoryProxy extends ActionFactoryProxy
| Constructor and Description |
|---|
CommandActionFactoryProxy(ActionFactory aFactory) |
| Modifier and Type | Method and Description |
|---|---|
Action |
getActionImpl(String aName)
Locates the matching action object from the action factory proxy chain and then executes a command on it if the
CommandDriven interface is implemented. |
flushCaches, getNextFactorygetAction, getActionFactory, setActionFactorypublic CommandActionFactoryProxy(ActionFactory aFactory)
public Action getActionImpl(String aName) throws Exception
CommandDriven interface is implemented. The command is determined either by using the text after the
"!" in the action name or from the value of the first parameter named "command."getActionImpl in class ActionFactoryaName - ExceptionCopyright © 2013 Atlassian. All Rights Reserved.