public class JiraAliasingActionFactoryProxy
extends webwork.action.factory.ActionFactoryProxy
If the configuration flag "webwork.only.aliasing"
is set to "true", then the given name *must* be an
alias. Otherwise a security exception will be thrown. This is to ensure that only actions that you explicitly want
exposed for invocation can be accessed.
However, actions can always access any other action through the ActionFactory regardless of this setting.
Constructor and Description |
---|
JiraAliasingActionFactoryProxy(webwork.action.factory.ActionFactory aFactory) |
Modifier and Type | Method and Description |
---|---|
void |
flushCaches() |
webwork.action.Action |
getActionImpl(String aName)
Searches for the action from the configuration properties substituting the alias with the associated action and
then returns the matching action from the action factory proxy chain.
|
public JiraAliasingActionFactoryProxy(webwork.action.factory.ActionFactory aFactory)
public webwork.action.Action getActionImpl(String aName) throws Exception
".action"
suffix.getActionImpl
in class webwork.action.factory.ActionFactory
aName
- Exception
public void flushCaches()
flushCaches
in class webwork.action.factory.ActionFactoryProxy
Copyright © 2002-2019 Atlassian. All Rights Reserved.