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.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerprotected Field getField(Class beanELResolver) throws SecurityException, NoSuchFieldException
protected void purgeEntries(Field properties) throws IllegalArgumentException, IllegalAccessException
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.