Class BoundSessionContextImpl

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

    public class BoundSessionContextImpl
    extends AbstractBoundContext<Map<String,​Object>>
    implements org.jboss.weld.context.bound.BoundSessionContext
    • Method Detail

      • 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>>