Uses of Interface
jakarta.enterprise.context.spi.Context
-
Packages that use Context Package Description jakarta.enterprise.context.spi The custom context SPI.jakarta.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.context org.jboss.weld.context.bound org.jboss.weld.context.ejb org.jboss.weld.context.http -
-
Uses of Context in jakarta.enterprise.context.spi
Subinterfaces of Context in jakarta.enterprise.context.spi Modifier and Type Interface Description interfaceAlterableContextProvides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type. -
Uses of Context in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return Context Modifier and Type Method Description ContextBeanContainer. getContext(Class<? extends Annotation> scopeType)Obtains an active context object for the given scope .Methods in jakarta.enterprise.inject.spi with parameters of type Context Modifier and Type Method Description voidAfterBeanDiscovery. addContext(Context context)Registers a customContextobject with the container. -
Uses of Context in org.jboss.weld.context
Subinterfaces of Context in org.jboss.weld.context Modifier and Type Interface Description interfaceApplicationContextThe built in application context, associated withApplicationScoped.interfaceBoundContext<S>Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).interfaceConversationContextThe built in conversation context is associated withConversationScoped.interfaceDependentContextThe built in dependent context, associated withDependent.interfaceManagedContextLifecycle management for built in contexts.interfaceRequestContextThe built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.interfaceSessionContextThe built in session context is associated withSessionScoped.interfaceSingletonContextThe built in singleton context, associated withSingleton.interfaceWeldAlterableContextEnriched version ofAlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values. -
Uses of Context in org.jboss.weld.context.bound
Subinterfaces of Context in org.jboss.weld.context.bound Modifier and Type Interface Description interfaceBoundConversationContextA conversation context which can be bound to a pair of Maps encapsulated byBoundRequest.interfaceBoundRequestContextA request context which can be bound to any Map.interfaceBoundSessionContextA session context which can be bound to any Map. -
Uses of Context in org.jboss.weld.context.ejb
Subinterfaces of Context in org.jboss.weld.context.ejb Modifier and Type Interface Description interfaceEjbRequestContextA request context which can be bound to theInvocationContext. -
Uses of Context in org.jboss.weld.context.http
Subinterfaces of Context in org.jboss.weld.context.http Modifier and Type Interface Description interfaceHttpConversationContextAn Http Session backed conversation context.interfaceHttpRequestContextA request context which can be bound to theServletRequest.interfaceHttpSessionContextA session context which can be bound to theHttpServletRequest.
-