Package cloud.piranha.cdi.weld

  • Class Summary 
    Class Description
    RealtimeHttpServletRequestWrapper
    An HttpServletRequest wrapper that consistently consults the getWrapped() method for every operation.
    WeldCDI
    The CDI for Weld.
    WeldContainer
    The Weld container.
    WeldHttpServletRequest
    An HttpServletRequest wrapper that always delegates every operation to what has been set as the current request.
    WeldInitializer
    The Weld Integration ServletContainerInitializer.
    WeldInitListener
    This Piranha specific Weld initializer forwards all initialization to the original Weld initializer, but modifies the HttpServletRequest that's passed into it.
    WeldObjectInstanceManager
    The Weld object instance manager.
    WeldProvider
    The Weld CDI provider.
    WeldSecurityService
    The implementation of this Weld SPI provides the current principal for injection by CDI.