Class HttpSessionContextImpl
java.lang.Object
org.jboss.weld.contexts.AbstractContext
org.jboss.weld.contexts.AbstractManagedContext
org.jboss.weld.contexts.AbstractBoundContext<jakarta.servlet.http.HttpServletRequest>
org.jboss.weld.module.web.context.http.HttpSessionContextImpl
- All Implemented Interfaces:
jakarta.enterprise.context.spi.AlterableContext,jakarta.enterprise.context.spi.Context,org.jboss.weld.context.BoundContext<jakarta.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<jakarta.servlet.http.HttpServletRequest>
implements org.jboss.weld.context.http.HttpSessionContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanassociate(jakarta.servlet.http.HttpServletRequest request) booleandestroy(jakarta.servlet.http.HttpSession session) protected jakarta.enterprise.context.Conversationprotected org.jboss.weld.context.http.HttpConversationContextClass<? extends Annotation>getScope()Methods inherited from class org.jboss.weld.contexts.AbstractBoundContext
activate, cleanup, clearAndSet, deactivate, dissociate, getAllContextualInstances, getBeanStore, setBeanStoreMethods inherited from class org.jboss.weld.contexts.AbstractManagedContext
invalidate, isActive, isValid, removeState, setActiveMethods inherited from class org.jboss.weld.contexts.AbstractContext
checkContextInitialized, destroy, destroy, get, get, getContextual, getId, getServiceRegistry, isMultithreadedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.enterprise.context.spi.AlterableContext
destroyMethods inherited from interface org.jboss.weld.context.BoundContext
dissociateMethods inherited from interface jakarta.enterprise.context.spi.Context
get, get, isActiveMethods inherited from interface org.jboss.weld.context.http.HttpSessionContext
invalidate, isValidMethods inherited from interface org.jboss.weld.context.ManagedContext
activate, deactivateMethods inherited from interface org.jboss.weld.context.WeldAlterableContext
clearAndSet, getAllContextualInstances
-
Constructor Details
-
HttpSessionContextImpl
-
-
Method Details
-
associate
public boolean associate(jakarta.servlet.http.HttpServletRequest request) - Specified by:
associatein interfaceorg.jboss.weld.context.BoundContext<jakarta.servlet.http.HttpServletRequest>
-
destroy
public boolean destroy(jakarta.servlet.http.HttpSession session) - Specified by:
destroyin interfaceorg.jboss.weld.context.http.HttpSessionContext
-
getScope
- Specified by:
getScopein interfacejakarta.enterprise.context.spi.Context
-
getConversationContext
protected org.jboss.weld.context.http.HttpConversationContext getConversationContext() -
getConversation
protected jakarta.enterprise.context.Conversation getConversation()
-