Class BoundRequestContextImpl

All Implemented Interfaces:
jakarta.enterprise.context.spi.AlterableContext, jakarta.enterprise.context.spi.Context, org.jboss.weld.context.bound.BoundRequestContext, org.jboss.weld.context.BoundContext<Map<String,Object>>, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.RequestContext, org.jboss.weld.context.WeldAlterableContext

public class BoundRequestContextImpl extends AbstractBoundContext<Map<String,Object>> implements org.jboss.weld.context.bound.BoundRequestContext
  • Constructor Details

    • BoundRequestContextImpl

      public BoundRequestContextImpl(String contextId)
  • Method Details

    • getScope

      public Class<? extends Annotation> getScope()
      Specified by:
      getScope in interface jakarta.enterprise.context.spi.Context
    • associate

      public boolean associate(Map<String,Object> storage)
      Specified by:
      associate in interface org.jboss.weld.context.BoundContext<Map<String,Object>>
    • activate

      public void activate()
      Specified by:
      activate in interface org.jboss.weld.context.ManagedContext
      Overrides:
      activate in class AbstractBoundContext<Map<String,Object>>
    • deactivate

      public void deactivate()
      Specified by:
      deactivate in interface org.jboss.weld.context.ManagedContext
      Overrides:
      deactivate in class AbstractBoundContext<Map<String,Object>>
    • invalidate

      public void invalidate()
      Specified by:
      invalidate in interface org.jboss.weld.context.ManagedContext
      Overrides:
      invalidate in class AbstractManagedContext