public class PortletContextLoaderListener
extends org.springframework.web.context.ContextLoaderListener
PortletApplicationContext| Constructor and Description |
|---|
PortletContextLoaderListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent) |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent) |
protected void |
customizeContext(javax.servlet.ServletContext servletContext,
org.springframework.web.context.ConfigurableWebApplicationContext configurableWebApplicationContext) |
protected Class<?> |
determineContextClass(javax.servlet.ServletContext servletContext) |
protected org.springframework.context.ApplicationContext |
loadParentContext(javax.servlet.ServletContext servletContext) |
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed in interface javax.servlet.ServletContextListenercontextDestroyed in class org.springframework.web.context.ContextLoaderListenerpublic void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized in interface javax.servlet.ServletContextListenercontextInitialized in class org.springframework.web.context.ContextLoaderListenerprotected void customizeContext(javax.servlet.ServletContext servletContext,
org.springframework.web.context.ConfigurableWebApplicationContext configurableWebApplicationContext)
customizeContext in class org.springframework.web.context.ContextLoaderprotected Class<?> determineContextClass(javax.servlet.ServletContext servletContext)
determineContextClass in class org.springframework.web.context.ContextLoaderprotected org.springframework.context.ApplicationContext loadParentContext(javax.servlet.ServletContext servletContext)
loadParentContext in class org.springframework.web.context.ContextLoader