Class PluginAwareResultConfig

java.lang.Object
org.apache.struts2.util.location.Located
org.apache.struts2.config.entities.ResultConfig
com.atlassian.crowd.plugin.descriptors.webwork.PluginAwareResultConfig
All Implemented Interfaces:
Serializable, org.apache.struts2.util.location.Locatable

public class PluginAwareResultConfig extends org.apache.struts2.config.entities.ResultConfig
ResultConfig 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:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.struts2.config.entities.ResultConfig

    org.apache.struts2.config.entities.ResultConfig.Builder
  • Field Summary

    Fields inherited from class org.apache.struts2.config.entities.ResultConfig

    className, name, params

    Fields inherited from class org.apache.struts2.util.location.Located

    location
  • Constructor Summary

    Constructors
    Constructor
    Description
    PluginAwareResultConfig(org.apache.struts2.config.entities.ResultConfig config, com.atlassian.plugin.Plugin plugin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.plugin.Plugin
     
    void
    setPlugin(com.atlassian.plugin.Plugin plugin)
     

    Methods inherited from class org.apache.struts2.config.entities.ResultConfig

    equals, getClassName, getName, getParams, hashCode, toString

    Methods inherited from class org.apache.struts2.util.location.Located

    getLocation, setLocation

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PluginAwareResultConfig

      public PluginAwareResultConfig(org.apache.struts2.config.entities.ResultConfig config, com.atlassian.plugin.Plugin plugin)
  • Method Details

    • getPlugin

      public com.atlassian.plugin.Plugin getPlugin()
    • setPlugin

      public void setPlugin(com.atlassian.plugin.Plugin plugin)