Uses of Interface
jakarta.enterprise.context.spi.Context
Packages that use Context
Package
Description
The custom context SPI.
The portable extension integration SPI.
-
Uses of Context in jakarta.enterprise.context.spi
Subinterfaces of Context in jakarta.enterprise.context.spiModifier and TypeInterfaceDescriptioninterfaceProvides 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 ContextModifier and TypeMethodDescriptionBeanContainer.getContext(Class<? extends Annotation> scopeType) Obtains an active context object for the given scope .Methods in jakarta.enterprise.inject.spi with parameters of type ContextModifier and TypeMethodDescriptionvoidAfterBeanDiscovery.addContext(Context context) Registers a customContextobject with the container. -
Uses of Context in org.jboss.weld.context
Subinterfaces of Context in org.jboss.weld.contextModifier and TypeInterfaceDescriptioninterfaceThe 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).interfaceThe built in conversation context is associated withConversationScoped.interfaceThe built in dependent context, associated withDependent.interfaceLifecycle management for built in contexts.interfaceThe built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.interfaceThe built in session context is associated withSessionScoped.interfaceThe built in singleton context, associated withSingleton.interfaceEnriched 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.boundModifier and TypeInterfaceDescriptioninterfaceA conversation context which can be bound to a pair of Maps encapsulated byBoundRequest.interfaceA request context which can be bound to any Map.interfaceA 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.ejbModifier and TypeInterfaceDescriptioninterfaceA 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.httpModifier and TypeInterfaceDescriptioninterfaceAn Http Session backed conversation context.interfaceA request context which can be bound to theServletRequest.interfaceA session context which can be bound to theHttpServletRequest.