Class JohnsonEventContainerFactoryBean

  • 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.JohnsonEventContainer>, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware

    public class JohnsonEventContainerFactoryBean
    extends org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.JohnsonEventContainer>
    implements org.springframework.web.context.ServletContextAware
    • Constructor Detail

      • JohnsonEventContainerFactoryBean

        public JohnsonEventContainerFactoryBean()
    • Method Detail

      • getObjectType

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

        protected com.atlassian.johnson.JohnsonEventContainer createInstance()
                                                                      throws Exception
        Specified by:
        createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.JohnsonEventContainer>
        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.JohnsonEventContainer>
        Throws:
        Exception
      • setServletContext

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