public class

JohnsonEventContainerFactoryBean

extends AbstractFactoryBean
implements ServletContextAware
java.lang.Object
   ↳ org.springframework.beans.factory.config.AbstractFactoryBean
     ↳ com.atlassian.confluence.spring.johnson.JohnsonEventContainerFactoryBean

Summary

[Expand]
Inherited Fields
From class org.springframework.beans.factory.config.AbstractFactoryBean
Public Constructors
JohnsonEventContainerFactoryBean()
Public Methods
void afterPropertiesSet()
Class getObjectType()
void setServletContext(ServletContext servletContext)
Protected Methods
Object createInstance()
[Expand]
Inherited Methods
From class org.springframework.beans.factory.config.AbstractFactoryBean
From class java.lang.Object
From interface org.springframework.beans.factory.BeanClassLoaderAware
From interface org.springframework.beans.factory.BeanFactoryAware
From interface org.springframework.beans.factory.DisposableBean
From interface org.springframework.beans.factory.FactoryBean
From interface org.springframework.beans.factory.InitializingBean
From interface org.springframework.web.context.ServletContextAware

Public Constructors

public JohnsonEventContainerFactoryBean ()

Public Methods

public void afterPropertiesSet ()

Throws
Exception

public Class getObjectType ()

public void setServletContext (ServletContext servletContext)

Protected Methods

protected Object createInstance ()

Throws
Exception