Class JohnsonConfigFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<com.atlassian.johnson.config.JohnsonConfig>, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware

    public class JohnsonConfigFactoryBean
    extends org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.config.JohnsonConfig>
    implements org.springframework.web.context.ServletContextAware
    Since:
    6.6.0
    • Constructor Detail

      • JohnsonConfigFactoryBean

        public JohnsonConfigFactoryBean()
    • Method Detail

      • getObjectType

        public Class getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<com.atlassian.johnson.config.JohnsonConfig>
        Specified by:
        getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.config.JohnsonConfig>
      • createInstance

        protected com.atlassian.johnson.config.JohnsonConfig createInstance()
                                                                     throws Exception
        Specified by:
        createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.config.JohnsonConfig>
        Throws:
        Exception
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Overrides:
        afterPropertiesSet in class org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.config.JohnsonConfig>
        Throws:
        Exception
      • setServletContext

        public void setServletContext​(javax.servlet.ServletContext servletContext)
        Specified by:
        setServletContext in interface org.springframework.web.context.ServletContextAware