public class JohnsonConfigFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.config.JohnsonConfig>
implements org.springframework.web.context.ServletContextAware
| Constructor and Description |
|---|
JohnsonConfigFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected com.atlassian.johnson.config.JohnsonConfig |
createInstance() |
Class |
getObjectType() |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<com.atlassian.johnson.config.JohnsonConfig>getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.config.JohnsonConfig>protected com.atlassian.johnson.config.JohnsonConfig createInstance()
throws Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.config.JohnsonConfig>Exceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.beans.factory.config.AbstractFactoryBean<com.atlassian.johnson.config.JohnsonConfig>Exceptionpublic void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwareCopyright © 2003–2017 Atlassian. All rights reserved.