public class PluginContextListener
extends Object
implements javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_CLASS_LOADER |
protected ClassLoader |
pluginClassLoader |
protected javax.servlet.ServletContext |
servletContext |
Constructor and Description |
---|
PluginContextListener() |
Modifier and Type | Method and Description |
---|---|
void |
attributeAdded(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent) |
void |
attributeRemoved(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent) |
void |
attributeReplaced(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent) |
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent) |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent) |
protected void |
fireDeployEvent() |
protected void |
fireUndeployEvent() |
public static final String PLUGIN_CLASS_LOADER
protected ClassLoader pluginClassLoader
protected javax.servlet.ServletContext servletContext
public void attributeAdded(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
attributeAdded
in interface javax.servlet.ServletContextAttributeListener
public void attributeRemoved(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
attributeRemoved
in interface javax.servlet.ServletContextAttributeListener
public void attributeReplaced(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
attributeReplaced
in interface javax.servlet.ServletContextAttributeListener
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed
in interface javax.servlet.ServletContextListener
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized
in interface javax.servlet.ServletContextListener
protected void fireDeployEvent()
protected void fireUndeployEvent()