Uses of Interface
javax.enterprise.context.spi.Contextual
-
Packages that use Contextual Package Description javax.enterprise.context.spi The custom context SPI.javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bean org.jboss.weld.bean.builtin org.jboss.weld.bean.builtin.ee org.jboss.weld.context.api org.jboss.weld.contexts org.jboss.weld.contexts.unbound org.jboss.weld.manager org.jboss.weld.serialization org.jboss.weld.util org.jboss.weld.util.bean -
-
Uses of Contextual in javax.enterprise.context.spi
Methods in javax.enterprise.context.spi with parameters of type Contextual Modifier and Type Method Description voidAlterableContext. destroy(Contextual<?> contextual)Destroy the existing contextual instance.<T> TContext. get(Contextual<T> contextual)Return an existing instance of a certain contextual type or a null value.<T> TContext. get(Contextual<T> contextual, CreationalContext<T> creationalContext)Return an existing instance of certain contextual type or create a new instance by callingcreate(CreationalContext)and return the new instance. -
Uses of Contextual in javax.enterprise.inject.spi
Subinterfaces of Contextual in javax.enterprise.inject.spi Modifier and Type Interface Description interfaceBean<T>Represents an enabled bean.interfaceDecorator<T>Represents an enabled decorator.interfaceInterceptor<T>Represents an enabled interceptor.Methods in javax.enterprise.inject.spi with parameters of type Contextual Modifier and Type Method Description <T> CreationalContext<T>BeanManager. createCreationalContext(Contextual<T> contextual)Obtain an instance of aCreationalContextfor the given contextual type, or for a non-contextual object. -
Uses of Contextual in org.jboss.weld.bean
Subinterfaces of Contextual in org.jboss.weld.bean Modifier and Type Interface Description interfaceClassBean<T>Marker forBeanimplementations that are defined by a Java class.interfaceDecorableBean<T>Marker interface for aBeanthat can have decorators.interfaceSessionBean<T>Beanimplementation representing an enterprise session bean.interfaceWeldBean<T>ABeanimplementation provided by Weld.interfaceWeldDecorator<T>Sub-interface ofDecoratorthat contains metadata information about Weld-deployed Decorators (including custom decorators).interfaceWrappedContextual<T>Marker interface indicating that this Contextual wraps another contextual.Classes in org.jboss.weld.bean that implement Contextual Modifier and Type Class Description classAbstractBean<T,S>An abstract bean representation common for all beansclassAbstractClassBean<T>An abstract bean representation common for class-based beansclassAbstractProducerBean<X,T,S extends Member>The implicit producer beanclassAbstractSyntheticBean<T>classCommonBean<T>Common superclass for beans that are identified using id.classCustomDecoratorWrapper<T>A wrapper for a decorated instance.classDecoratorImpl<T>classForwardingBean<T>A delegating beanclassForwardingDecorator<T>classForwardingInterceptor<T>Delegating implementation ofInterceptor.classInterceptorImpl<T>classManagedBean<T>Represents a simple beanclassNewManagedBean<T>Represents a @New simple beanclassProducerField<X,T>Represents a producer fieldclassProducerMethod<X,T>Represents a producer method beanclassRIBean<T>Abstract base class with functions specific to RI built-in beansclassSyntheticClassBean<T>Represents a class bean created based on extension-providedInjectionTargetimplementation.classSyntheticDecorator<T>Represents aDecoratorcreated based on extension-providedInjectionTargetimplementation.classSyntheticProducerBean<T,X>Represents a producer field or producer method created based on extension-providedProducerimplementation.Methods in org.jboss.weld.bean that return Contextual Modifier and Type Method Description Contextual<T>WrappedContextual. delegate() -
Uses of Contextual in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin that implement Contextual Modifier and Type Class Description classAbstractBuiltInBean<T>classAbstractBuiltInMetadataBean<T>classAbstractDecorableBuiltInBean<T>Built-in bean that can be decorated by aDecoratorclassAbstractFacadeBean<T>The built-in bean for facade objects.classAbstractStaticallyDecorableBuiltInBean<T>A decorated built-in bean for which, unlikeAbstractFacadeBean, decorators only need to be resolved once.classBeanManagerBeanclassBeanManagerImplBeanclassBeanMetadataBeanAllows a bean to obtain information about itself.classContextBean<T extends Context>classConversationBeanclassDecoratedBeanMetadataBeanAllows a decorator to obtain information about the bean it decorates.classDecoratorMetadataBeanAllows a decorator to obtain information about itself.classEventBeanclassEventMetadataBeanBuilt-in bean for event metadata.classExtensionBean<E extends Extension>classInjectionPointBeanBean for InjectionPoint metadataclassInstanceBeanclassInterceptedBeanMetadataBeanAllows an interceptor to obtain information about the bean it intercepts.classInterceptionFactoryBeanclassInterceptorMetadataBeanAllows an interceptor to obtain information about itself.classRequestContextControllerBeanMethods in org.jboss.weld.bean.builtin with parameters of type Contextual Modifier and Type Method Description <T> org.jboss.weld.construction.api.WeldCreationalContext<T>BeanManagerProxy. createCreationalContext(Contextual<T> contextual) -
Uses of Contextual in org.jboss.weld.bean.builtin.ee
Classes in org.jboss.weld.bean.builtin.ee that implement Contextual Modifier and Type Class Description classAbstractEEBean<T>classEEResourceProducerField<X,T>classPrincipalBeanclassStaticEEResourceProducerField<X,T>A resource producer field that is static (not injected). -
Uses of Contextual in org.jboss.weld.context.api
Methods in org.jboss.weld.context.api that return Contextual Modifier and Type Method Description Contextual<T>ContextualInstance. getContextual() -
Uses of Contextual in org.jboss.weld.contexts
Classes in org.jboss.weld.contexts with type parameters of type Contextual Modifier and Type Class Description classSerializableContextualInstanceImpl<C extends Contextual<I>,I>Classes in org.jboss.weld.contexts that implement Contextual Modifier and Type Class Description classForwardingContextual<T>Methods in org.jboss.weld.contexts with type parameters of type Contextual Modifier and Type Method Description static <C extends Contextual<I>,I>
org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I>SerializableContextualFactory. create(String contextId, C contextual, org.jboss.weld.serialization.spi.ContextualStore contextualStore, BeanIdentifierIndex beanIdentifierIndex)Methods in org.jboss.weld.contexts that return Contextual Modifier and Type Method Description protected abstract Contextual<T>ForwardingContextual. delegate()protected static <T> Contextual<T>AbstractContext. getContextual(String contextId, String id)Contextual<T>CreationalContextImpl. getContextual()Contextual<T>WeldCreationalContext. getContextual()Methods in org.jboss.weld.contexts with parameters of type Contextual Modifier and Type Method Description booleanCreationalContextImpl. containsIncompleteInstance(Contextual<?> bean)voidAbstractContext. destroy(Contextual<?> contextual)<T> TAbstractContext. get(Contextual<T> contextual)<T> TAbstractContext. get(Contextual<T> contextual, CreationalContext<T> creationalContext)Get the bean if it exists in the contexts.<S> CreationalContextImpl<S>CreationalContextImpl. getCreationalContext(Contextual<S> contextual)<S> WeldCreationalContext<S>WeldCreationalContext. getCreationalContext(Contextual<S> contextual)protected org.jboss.weld.serialization.spi.BeanIdentifierAbstractContext. getId(Contextual<?> contextual)<S> SCreationalContextImpl. getIncompleteInstance(Contextual<S> bean)<S> SWeldCreationalContext. getIncompleteInstance(Contextual<S> bean)<S> CreationalContextImpl<S>CreationalContextImpl. getProducerReceiverCreationalContext(Contextual<S> contextual)<S> WeldCreationalContext<S>WeldCreationalContext. getProducerReceiverCreationalContext(Contextual<S> contextual)The returnedCreationalContextshares nothing but incomplete instances.voidCreationalContextImpl. release(Contextual<T> contextual, T instance)Constructors in org.jboss.weld.contexts with parameters of type Contextual Constructor Description CreationalContextImpl(Contextual<T> contextual) -
Uses of Contextual in org.jboss.weld.contexts.unbound
Methods in org.jboss.weld.contexts.unbound with parameters of type Contextual Modifier and Type Method Description protected <T> voidDependentContextImpl. addDependentInstance(T instance, Contextual<T> contextual, WeldCreationalContext<T> creationalContext)voidDependentContextImpl. destroy(Contextual<?> contextual)<T> TDependentContextImpl. get(Contextual<T> contextual)<T> TDependentContextImpl. get(Contextual<T> contextual, CreationalContext<T> creationalContext)Overridden method always creating a new instance -
Uses of Contextual in org.jboss.weld.manager
Methods in org.jboss.weld.manager with parameters of type Contextual Modifier and Type Method Description <T> WeldCreationalContext<T>BeanManagerImpl. createCreationalContext(Contextual<T> contextual) -
Uses of Contextual in org.jboss.weld.serialization
Methods in org.jboss.weld.serialization with type parameters of type Contextual Modifier and Type Method Description <C extends Contextual<I>,I>
CContextualStoreImpl. getContextual(String id)Given a particular id, return the correct contextual.<C extends Contextual<I>,I>
CContextualStoreImpl. getContextual(org.jboss.weld.serialization.spi.BeanIdentifier identifier)<C extends Contextual<I>,I>
org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I>ContextualStoreImpl. getSerializableContextual(Contextual<I> contextual)<C extends Contextual<I>,I>
org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C,I>ContextualStoreImpl. getSerializableContextualInstance(Contextual<I> contextual, I instance, CreationalContext<I> creationalContext)Methods in org.jboss.weld.serialization with parameters of type Contextual Modifier and Type Method Description <C extends Contextual<I>,I>
org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I>ContextualStoreImpl. getSerializableContextual(Contextual<I> contextual)<C extends Contextual<I>,I>
org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C,I>ContextualStoreImpl. getSerializableContextualInstance(Contextual<I> contextual, I instance, CreationalContext<I> creationalContext)org.jboss.weld.serialization.spi.BeanIdentifierContextualStoreImpl. putIfAbsent(Contextual<?> contextual)Add a contextual (if not already present) to the store, and return it's id. -
Uses of Contextual in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type Contextual Modifier and Type Method Description <T> CreationalContext<T>ForwardingBeanManager. createCreationalContext(Contextual<T> contextual)<T> TForwardingContext. get(Contextual<T> contextual)<T> TForwardingContext. get(Contextual<T> contextual, CreationalContext<T> creationalContext)static org.jboss.weld.serialization.spi.BeanIdentifierBeans. getIdentifier(Contextual<?> contextual, org.jboss.weld.bootstrap.api.ServiceRegistry serviceRegistry)static org.jboss.weld.serialization.spi.BeanIdentifierBeans. getIdentifier(Contextual<?> contextual, org.jboss.weld.serialization.spi.ContextualStore contextualStore) -
Uses of Contextual in org.jboss.weld.util.bean
Classes in org.jboss.weld.util.bean that implement Contextual Modifier and Type Class Description classIsolatedForwardingBean<T>Delegating implementation ofBean.static classIsolatedForwardingBean.Impl<T>classIsolatedForwardingDecorator<T>Delegating implementation ofDecorator.static classIsolatedForwardingDecorator.Impl<T>classIsolatedForwardingInterceptor<T>Delegating implementation ofInterceptor.static classIsolatedForwardingInterceptor.Impl<T>classSerializableForwardingBean<T>
-