public abstract class ActionFactoryProxy extends ActionFactory
| Modifier | Constructor and Description |
|---|---|
protected |
ActionFactoryProxy(ActionFactory aFactory)
Initialize the proxy with the previous proxy in the delegation chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
flushCaches()
Called if the configuration has been modified.
|
protected ActionFactory |
getNextFactory()
Returns the next action factory proxy in the delegation chain.
|
getAction, getActionFactory, getActionImpl, setActionFactoryprotected ActionFactoryProxy(ActionFactory aFactory)
aFactory - next action factory proxyprotected ActionFactory getNextFactory()
public void flushCaches()
ActionFactoryflushCaches in class ActionFactoryCopyright © 2013 Atlassian. All Rights Reserved.