Class XWorkConfigurationFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<com.opensymphony.xwork2.config.Configuration>

    public class XWorkConfigurationFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean<com.opensymphony.xwork2.config.Configuration>
    • Constructor Detail

      • XWorkConfigurationFactoryBean

        public XWorkConfigurationFactoryBean()
    • Method Detail

      • setApplicationContext

        @Autowired
        public void setApplicationContext​(org.springframework.context.ApplicationContext context)
      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<com.opensymphony.xwork2.config.Configuration>
      • setXmlConfigurationSource

        public void setXmlConfigurationSource​(String xmlConfigurationSource)
      • setXmlConfigurationSources

        public void setXmlConfigurationSources​(List<String> xmlConfigurationSources)
      • getObject

        public com.opensymphony.xwork2.config.Configuration getObject()
                                                               throws Exception
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<com.opensymphony.xwork2.config.Configuration>
        Throws:
        Exception
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<com.opensymphony.xwork2.config.Configuration>