public class ScriptActionFactoryProxy extends ActionFactoryProxy
| Constructor and Description |
|---|
ScriptActionFactoryProxy(ActionFactory aFactory) |
| Modifier and Type | Method and Description |
|---|---|
Action |
getActionImpl(String aName)
If the suffix of the action is a scripting extension, get the Script action and then load the script.
|
flushCaches, getNextFactorygetAction, getActionFactory, setActionFactorypublic ScriptActionFactoryProxy(ActionFactory aFactory)
public Action getActionImpl(String aName) throws Exception
".js" is the only suffix supported.getActionImpl in class ActionFactoryaName - ExceptionCopyright © 2013 Atlassian. All Rights Reserved.