Class JohnsonEventContainerFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.JohnsonEventContainer>
com.atlassian.crowd.util.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
  • Field Summary

    Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

    logger

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.atlassian.johnson.JohnsonEventContainer
     
     
    void
    setServletContext(javax.servlet.ServletContext servletContext)
     

    Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

    afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JohnsonEventContainerFactoryBean

      public JohnsonEventContainerFactoryBean()
  • Method Details

    • 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
    • setServletContext

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