Package com.atlassian.bamboo.webwork
Class PluginAwareConfigurationManagerFactory
- java.lang.Object
-
- com.atlassian.bamboo.webwork.PluginAwareConfigurationManagerFactory
-
- All Implemented Interfaces:
org.apache.struts2.dispatcher.ConfigurationManagerFactory
public class PluginAwareConfigurationManagerFactory extends Object implements org.apache.struts2.dispatcher.ConfigurationManagerFactory
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.struts2.dispatcher.ConfigurationManagerFactory
INSTANCE
-
Constructor Summary
Constructors Constructor Description PluginAwareConfigurationManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opensymphony.xwork2.config.ConfigurationManager
createConfigurationManager(String name)
-
-
-
Method Detail
-
createConfigurationManager
public com.opensymphony.xwork2.config.ConfigurationManager createConfigurationManager(String name)
- Specified by:
createConfigurationManager
in interfaceorg.apache.struts2.dispatcher.ConfigurationManagerFactory
-
-