Class PluginAwareActionConfig
- java.lang.Object
-
- com.opensymphony.xwork2.util.location.Located
-
- com.opensymphony.xwork2.config.entities.ActionConfig
-
- com.atlassian.bamboo.plugin.xwork.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 parent plugin. This allows the action to access the classes of the plugin (provided by the OSGI class loader).- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.plugin.Plugin
getPlugin()
-