Package org.jboss.weld.servlet.api
Interface InitParameters
public interface InitParameters
Names of init parameters that can be used in web.xml to configure Weld's Servlet integration.
- Author:
- Jozef Hartinger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEnable/disable ignoring HttpServletListeners notifications for forwarded requests.static final StringEnable/disable ignoring HttpServletListeners notifications for include requests (inner requests).static final StringA string representation of regex used inRegexHttpContextActivationFilter.static final StringEnable/disable lazy initialization of the conversation context.
-
Field Details
-
CONTEXT_IGNORE_FORWARD
Enable/disable ignoring HttpServletListeners notifications for forwarded requests.- See Also:
-
CONTEXT_IGNORE_INCLUDE
Enable/disable ignoring HttpServletListeners notifications for include requests (inner requests).- See Also:
-
CONTEXT_MAPPING
A string representation of regex used inRegexHttpContextActivationFilter. Allows to define a pattern for HTTP requests where Weld should skip CDI req. context manipulation.- See Also:
-
CONVERSATION_CONTEXT_LAZY_PARAM
Enable/disable lazy initialization of the conversation context.- See Also:
-