public class ChainingActionFactoryProxy extends ActionFactoryProxy
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
protected int |
maxLinks |
| Constructor and Description |
|---|
ChainingActionFactoryProxy(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.
|
flushCaches, getNextFactorygetAction, getActionFactory, setActionFactoryprotected static org.apache.commons.logging.Log log
protected int maxLinks
public ChainingActionFactoryProxy(ActionFactory aFactory)
public Action getActionImpl(String aName) throws Exception
ActionFactorygetActionImpl in class ActionFactoryaName - name of action to check for a matchExceptionCopyright © 2013 Atlassian. All Rights Reserved.