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 Details

    • CONTEXT_IGNORE_FORWARD

      static final String CONTEXT_IGNORE_FORWARD
      Enable/disable ignoring HttpServletListeners notifications for forwarded requests.
      See Also:
    • CONTEXT_IGNORE_INCLUDE

      static final String CONTEXT_IGNORE_INCLUDE
      Enable/disable ignoring HttpServletListeners notifications for include requests (inner requests).
      See Also:
    • CONTEXT_MAPPING

      static final String CONTEXT_MAPPING
      A string representation of regex used in RegexHttpContextActivationFilter. Allows to define a pattern for HTTP requests where Weld should skip CDI req. context manipulation.
      See Also:
    • CONVERSATION_CONTEXT_LAZY_PARAM

      static final String CONVERSATION_CONTEXT_LAZY_PARAM
      Enable/disable lazy initialization of the conversation context.
      See Also: