public class WebConfigurer extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
org.springframework.web.context.support.AnnotationConfigWebApplicationContext |
context |
| Constructor and Description |
|---|
WebConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
void |
setContext(org.springframework.web.context.support.AnnotationConfigWebApplicationContext context) |
public org.springframework.web.context.support.AnnotationConfigWebApplicationContext context
public void setContext(org.springframework.web.context.support.AnnotationConfigWebApplicationContext context)
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2017 Alfresco. All rights reserved.