public class Listener extends ForwardingServletListener
EnhancedListener is registered as well.EnhancedListener| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LISTENER_USED_ATTRIBUTE_NAME |
| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(ServletContextEvent sce) |
void |
contextInitialized(ServletContextEvent sce) |
protected ServletListener |
delegate() |
requestDestroyed, requestInitialized, sessionCreated, sessionDestroyedpublic static final java.lang.String LISTENER_USED_ATTRIBUTE_NAME
public void contextInitialized(ServletContextEvent sce)
contextInitialized in class ForwardingServletListenerpublic void contextDestroyed(ServletContextEvent sce)
contextDestroyed in class ForwardingServletListenerprotected ServletListener delegate()
delegate in class ForwardingServletListenerCopyright © 2014. All Rights Reserved.