public class ELContextCleaner extends Object implements ServletContextListener
| Constructor and Description |
|---|
ELContextCleaner() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(ServletContextEvent sce) |
void |
contextInitialized(ServletContextEvent sce) |
protected Field |
getField(Class<?> beanELResolver) |
protected void |
purgeEntries(Field properties) |
public void contextInitialized(ServletContextEvent sce)
contextInitialized in interface ServletContextListenerpublic void contextDestroyed(ServletContextEvent sce)
contextDestroyed in interface ServletContextListenerprotected Field getField(Class<?> beanELResolver) throws SecurityException, NoSuchFieldException
protected void purgeEntries(Field properties) throws IllegalArgumentException, IllegalAccessException
Copyright © 1995-2016 Webtide. All Rights Reserved.