public class ELContextCleaner extends Object implements javax.servlet.ServletContextListener
Constructor and Description |
---|
ELContextCleaner() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
protected Field |
getField(Class beanELResolver) |
protected void |
purgeEntries(Field properties) |
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized
in interface javax.servlet.ServletContextListener
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed
in interface javax.servlet.ServletContextListener
protected Field getField(Class beanELResolver) throws SecurityException, NoSuchFieldException
protected void purgeEntries(Field properties) throws IllegalArgumentException, IllegalAccessException
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.