public class WeldInitListener
extends org.jboss.weld.servlet.api.helpers.ForwardingServletListener
HttpServletRequest
that's passed into it.
The purpose of this is making sure Weld is able to access the current
HttpServletRequest as that changes throughout the request processing
pipeline.
WeldHttpServletRequest,
CurrentRequestHolder| Constructor and Description |
|---|
WeldInitListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
org.jboss.weld.servlet.api.ServletListener |
delegate() |
void |
requestInitialized(javax.servlet.ServletRequestEvent sre) |
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenercontextInitialized in class org.jboss.weld.servlet.api.helpers.ForwardingServletListenerpublic void requestInitialized(javax.servlet.ServletRequestEvent sre)
requestInitialized in interface javax.servlet.ServletRequestListenerrequestInitialized in class org.jboss.weld.servlet.api.helpers.ForwardingServletListenerpublic org.jboss.weld.servlet.api.ServletListener delegate()
delegate in class org.jboss.weld.servlet.api.helpers.ForwardingServletListenerCopyright © 2020. All rights reserved.