Uses of Interface
javax.enterprise.context.spi.Context
-
Packages that use Context Package Description javax.enterprise.context.spi The custom context SPI.javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bean.builtin org.jboss.weld.bootstrap org.jboss.weld.bootstrap.events org.jboss.weld.context org.jboss.weld.context.bound org.jboss.weld.context.ejb org.jboss.weld.context.http org.jboss.weld.contexts org.jboss.weld.contexts.bound org.jboss.weld.contexts.unbound org.jboss.weld.environment.se.contexts org.jboss.weld.logging Allocated message IDs:org.jboss.weld.manager org.jboss.weld.module org.jboss.weld.util -
-
Uses of Context in javax.enterprise.context.spi
Subinterfaces of Context in javax.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 javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return Context Modifier and Type Method Description ContextBeanManager. getContext(Class<? extends Annotation> scopeType)Obtains an active context object for the given scope .Methods in javax.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.bean.builtin
Classes in org.jboss.weld.bean.builtin with type parameters of type Context Modifier and Type Class Description classContextBean<T extends Context>Methods in org.jboss.weld.bean.builtin with type parameters of type Context Modifier and Type Method Description static <T extends Context>
ContextBean<T>ContextBean. of(ContextHolder<T> context, BeanManagerImpl beanManager) -
Uses of Context in org.jboss.weld.bootstrap
Classes in org.jboss.weld.bootstrap with type parameters of type Context Modifier and Type Class Description classContextHolder<T extends Context>Methods in org.jboss.weld.bootstrap that return types with arguments of type Context Modifier and Type Method Description protected Collection<ContextHolder<? extends Context>>WeldStartup. createContexts(org.jboss.weld.bootstrap.api.ServiceRegistry services)Constructor parameters in org.jboss.weld.bootstrap with type arguments of type Context Constructor Description BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices, Collection<ContextHolder<? extends Context>> contexts)BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices, Collection<ContextHolder<? extends Context>> contexts, boolean additionalBeanArchive)BeanDeploymentFinder(BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends Context>> contexts, BeanManagerImpl deploymentManager)DeploymentVisitor(BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.Environment environment, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends Context>> contexts, BeanDeploymentArchiveMapping bdaMapping)ExtensionBeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts) -
Uses of Context in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return types with arguments of type Context Modifier and Type Method Description protected Collection<ContextHolder<? extends Context>>AbstractBeanDiscoveryEvent. getContexts()Methods in org.jboss.weld.bootstrap.events with parameters of type Context Modifier and Type Method Description voidAfterBeanDiscoveryImpl. addContext(Context context)Method parameters in org.jboss.weld.bootstrap.events with type arguments of type Context Modifier and Type Method Description static voidAfterBeanDiscoveryImpl. fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)static voidAfterTypeDiscoveryImpl. fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)static voidBeforeBeanDiscoveryImpl. fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts)Constructor parameters in org.jboss.weld.bootstrap.events with type arguments of type Context Constructor Description AbstractAnnotatedTypeRegisteringEvent(BeanManagerImpl beanManager, Type rawType, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends Context>> contexts)AbstractBeanDiscoveryEvent(BeanManagerImpl beanManager, Type rawType, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends Context>> contexts)AfterTypeDiscoveryImpl(BeanManagerImpl beanManager, BeanDeploymentArchiveMapping bdaMapping, org.jboss.weld.bootstrap.spi.Deployment deployment, Collection<ContextHolder<? extends Context>> contexts)BeforeBeanDiscoveryImpl(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts) -
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. -
Uses of Context in org.jboss.weld.contexts
Classes in org.jboss.weld.contexts that implement Context Modifier and Type Class Description classAbstractBoundContext<S>Base class for contexts using a thread local to store a bound bean contextclassAbstractContextBase for the Context implementations.classAbstractConversationContext<R,S>The base of the conversation context, which can use a variety of storage formsclassAbstractManagedContextclassAbstractSharedContextclassAbstractUnboundContextBase class for contexts using a thread local to store a bound bean contextMethods in org.jboss.weld.contexts that return Context Modifier and Type Method Description static ContextPassivatingContextWrapper. unwrap(Context context)static ContextPassivatingContextWrapper. wrap(Context context, org.jboss.weld.serialization.spi.ContextualStore store)Methods in org.jboss.weld.contexts with parameters of type Context Modifier and Type Method Description static ContextPassivatingContextWrapper. unwrap(Context context)static ContextPassivatingContextWrapper. wrap(Context context, org.jboss.weld.serialization.spi.ContextualStore store) -
Uses of Context in org.jboss.weld.contexts.bound
Classes in org.jboss.weld.contexts.bound that implement Context Modifier and Type Class Description classBoundConversationContextImplclassBoundRequestContextImplclassBoundSessionContextImpl -
Uses of Context in org.jboss.weld.contexts.unbound
Classes in org.jboss.weld.contexts.unbound that implement Context Modifier and Type Class Description classApplicationContextImplclassDependentContextImplThe dependent contextclassRequestContextImplclassSingletonContextImpl -
Uses of Context in org.jboss.weld.environment.se.contexts
Classes in org.jboss.weld.environment.se.contexts that implement Context Modifier and Type Class Description classThreadContextThe thread context. -
Uses of Context in org.jboss.weld.logging
Methods in org.jboss.weld.logging with parameters of type Context Modifier and Type Method Description DeploymentExceptionContextLogger_$logger. cannotRegisterContext(Class<? extends Annotation> scope, Context context)DeploymentExceptionContextLogger. cannotRegisterContext(Class<? extends Annotation> scope, Context context) -
Uses of Context in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return Context Modifier and Type Method Description ContextBeanManagerImpl. getContext(Class<? extends Annotation> scopeType)Gets an active context of the given scope.ContextBeanManagerImpl. getUnwrappedContext(Class<? extends Annotation> scopeType)Methods in org.jboss.weld.manager that return types with arguments of type Context Modifier and Type Method Description protected Map<Class<? extends Annotation>,List<Context>>BeanManagerImpl. getContexts()Methods in org.jboss.weld.manager with parameters of type Context Modifier and Type Method Description voidBeanManagerImpl. addContext(Context context) -
Uses of Context in org.jboss.weld.module
Method parameters in org.jboss.weld.module with type arguments of type Context Modifier and Type Method Description voidWeldModule.PostContextRegistrationContext. addContext(ContextHolder<? extends Context> context)Register an additional context.voidWeldModules. postContextRegistration(String contextId, org.jboss.weld.bootstrap.api.ServiceRegistry services, List<ContextHolder<? extends Context>> contexts) -
Uses of Context in org.jboss.weld.util
Classes in org.jboss.weld.util that implement Context Modifier and Type Class Description classForwardingContextForwarding implementation ofContextMethods in org.jboss.weld.util that return Context Modifier and Type Method Description protected abstract ContextForwardingContext. delegate()ContextForwardingBeanManager. getContext(Class<? extends Annotation> scopeType)static ContextForwardingContext. unwrap(Context context)Methods in org.jboss.weld.util with parameters of type Context Modifier and Type Method Description static ContextForwardingContext. unwrap(Context context)Method parameters in org.jboss.weld.util with type arguments of type Context Modifier and Type Method Description static BeanDeploymentDeploymentStructures. getOrCreateBeanDeployment(org.jboss.weld.bootstrap.spi.Deployment deployment, BeanManagerImpl deploymentManager, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends Context>> contexts, Class<?> clazz)
-