public class PortalContextLoaderListener
extends org.springframework.web.context.ContextLoaderListener
| Constructor and Description |
|---|
PortalContextLoaderListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearFilteredPropertyDescriptorsCache(org.springframework.beans.factory.config.AutowireCapableBeanFactory autowireCapableBeanFactory) |
protected void |
closeDataSource(String name) |
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) |
static String |
getPortalServletContextName() |
static String |
getPortalServletContextPath() |
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializerspublic static String getPortalServletContextName()
public static String getPortalServletContextPath()
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 clearFilteredPropertyDescriptorsCache(org.springframework.beans.factory.config.AutowireCapableBeanFactory autowireCapableBeanFactory)
protected void closeDataSource(String name)
protected void customizeContext(javax.servlet.ServletContext servletContext,
org.springframework.web.context.ConfigurableWebApplicationContext configurableWebApplicationContext)
customizeContext in class org.springframework.web.context.ContextLoader