public class PluginContextListener extends BasePortalLifecycle implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.ClassLoader |
pluginClassLoader |
protected javax.servlet.ServletContext |
servletContext |
METHOD_ALL, METHOD_DESTROY, METHOD_INIT| Constructor and Description |
|---|
PluginContextListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent) |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent) |
protected void |
doPortalDestroy() |
protected void |
doPortalInit() |
protected void |
fireDeployEvent() |
protected void |
fireUndeployEvent() |
portalDestroy, portalInit, registerPortalLifecycle, registerPortalLifecycleprotected java.lang.ClassLoader pluginClassLoader
protected javax.servlet.ServletContext servletContext
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed in interface javax.servlet.ServletContextListenerpublic void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized in interface javax.servlet.ServletContextListenerprotected void doPortalDestroy()
throws java.lang.Exception
doPortalDestroy in class BasePortalLifecyclejava.lang.Exceptionprotected void doPortalInit()
throws java.lang.Exception
doPortalInit in class BasePortalLifecyclejava.lang.Exceptionprotected void fireDeployEvent()
protected void fireUndeployEvent()