Class PluginAwareActionConfig
- java.lang.Object
-
- com.opensymphony.xwork2.util.location.Located
-
- com.opensymphony.xwork2.config.entities.ActionConfig
-
- com.atlassian.confluence.plugin.struts.PluginAwareActionConfig
-
- All Implemented Interfaces:
com.opensymphony.xwork2.util.location.Locatable
,Serializable
public class PluginAwareActionConfig extends com.opensymphony.xwork2.config.entities.ActionConfig
ActionConfig that contains a reference to its originating plugin. This allows the corresponding factory to use the appropriate class loader (OSGI) to access the classes of the plugin.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginAwareActionConfig(com.opensymphony.xwork2.config.entities.ActionConfig config, com.atlassian.plugin.Plugin plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.plugin.Plugin
getPlugin()
void
setPlugin(com.atlassian.plugin.Plugin plugin)
-