public class Listener extends ForwardingServletListener
EnhancedListener is registered as well.EnhancedListener| 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 void contextInitialized(ServletContextEvent sce)
contextInitialized in class ForwardingServletListenerpublic void contextDestroyed(ServletContextEvent sce)
contextDestroyed in class ForwardingServletListenerprotected ServletListener delegate()
delegate in class ForwardingServletListenerCopyright © 2014 Seam Framework. All Rights Reserved.