Class HttpSessionContextImpl

  • All Implemented Interfaces:
    javax.enterprise.context.spi.AlterableContext, javax.enterprise.context.spi.Context, org.jboss.weld.context.BoundContext<javax.servlet.http.HttpServletRequest>, org.jboss.weld.context.http.HttpSessionContext, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.SessionContext, org.jboss.weld.context.WeldAlterableContext

    public class HttpSessionContextImpl
    extends AbstractBoundContext<javax.servlet.http.HttpServletRequest>
    implements org.jboss.weld.context.http.HttpSessionContext
    • Method Detail

      • associate

        public boolean associate​(javax.servlet.http.HttpServletRequest request)
        Specified by:
        associate in interface org.jboss.weld.context.BoundContext<javax.servlet.http.HttpServletRequest>
      • destroy

        public boolean destroy​(javax.servlet.http.HttpSession session)
        Specified by:
        destroy in interface org.jboss.weld.context.http.HttpSessionContext
      • getScope

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

        protected org.jboss.weld.context.http.HttpConversationContext getConversationContext()
      • getConversation

        protected javax.enterprise.context.Conversation getConversation()