public class WeldListener extends AbstractServletListener
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_IGNORE_FORWARD |
static String |
CONTEXT_IGNORE_GUARD |
static String |
CONTEXT_IGNORE_INCLUDE |
| Constructor and Description |
|---|
WeldListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextInitialized(ServletContextEvent sce) |
void |
requestDestroyed(ServletRequestEvent event) |
void |
requestInitialized(ServletRequestEvent event) |
void |
sessionDestroyed(HttpSessionEvent event) |
contextDestroyed, sessionCreatedpublic static final String CONTEXT_IGNORE_FORWARD
public static final String CONTEXT_IGNORE_INCLUDE
public static final String CONTEXT_IGNORE_GUARD
public void sessionDestroyed(HttpSessionEvent event)
sessionDestroyed in class AbstractServletListenerpublic void requestDestroyed(ServletRequestEvent event)
requestDestroyed in class AbstractServletListenerpublic void requestInitialized(ServletRequestEvent event)
requestInitialized in class AbstractServletListenerpublic void contextInitialized(ServletContextEvent sce)
contextInitialized in class AbstractServletListenerCopyright © 2016 Seam Framework. All Rights Reserved.