Uses of Interface
org.jboss.weld.context.api.ContextualInstance
-
Packages that use ContextualInstance Package Description org.jboss.weld.context org.jboss.weld.contexts org.jboss.weld.contexts.beanstore org.jboss.weld.contexts.unbound -
-
Uses of ContextualInstance in org.jboss.weld.context
Methods in org.jboss.weld.context that return types with arguments of type ContextualInstance Modifier and Type Method Description default Collection<ContextualInstance<?>>WeldAlterableContext. getAllContextualInstances()Retrieves set ofContextualInstancewithin the context.Method parameters in org.jboss.weld.context with type arguments of type ContextualInstance Modifier and Type Method Description default voidWeldAlterableContext. clearAndSet(Collection<ContextualInstance<?>> setOfInstances)Clears the backing bean store and feeds it with the set ofContextualInstanceprovided as parameter. -
Uses of ContextualInstance in org.jboss.weld.contexts
Classes in org.jboss.weld.contexts that implement ContextualInstance Modifier and Type Class Description classSerializableContextualInstanceImpl<C extends Contextual<I>,I>Methods in org.jboss.weld.contexts that return types with arguments of type ContextualInstance Modifier and Type Method Description Collection<ContextualInstance<?>>AbstractBoundContext. getAllContextualInstances()List<ContextualInstance<?>>CreationalContextImpl. getDependentInstances()Returns an unmodifiable list of dependent instances.List<ContextualInstance<?>>WeldCreationalContext. getDependentInstances()Returns an unmodifiable list of dependent instances.Methods in org.jboss.weld.contexts with parameters of type ContextualInstance Modifier and Type Method Description voidCreationalContextImpl. addDependentInstance(ContextualInstance<?> contextualInstance)voidWeldCreationalContext. addDependentInstance(ContextualInstance<?> contextualInstance)Method parameters in org.jboss.weld.contexts with type arguments of type ContextualInstance Modifier and Type Method Description voidAbstractBoundContext. clearAndSet(Collection<ContextualInstance<?>> setOfInstances) -
Uses of ContextualInstance in org.jboss.weld.contexts.beanstore
Methods in org.jboss.weld.contexts.beanstore that return ContextualInstance Modifier and Type Method Description <T> ContextualInstance<T>AbstractMapBackedBeanStore. get(org.jboss.weld.serialization.spi.BeanIdentifier id)<T> ContextualInstance<T>AttributeBeanStore. get(org.jboss.weld.serialization.spi.BeanIdentifier id)<T> ContextualInstance<T>BeanStore. get(org.jboss.weld.serialization.spi.BeanIdentifier id)Gets an instance of a contextual from the store<T> ContextualInstance<T>SessionMapBeanStore. get(org.jboss.weld.serialization.spi.BeanIdentifier id)<T> ContextualInstance<T>AbstractMapBackedBeanStore. remove(org.jboss.weld.serialization.spi.BeanIdentifier id)<T> ContextualInstance<T>AttributeBeanStore. remove(org.jboss.weld.serialization.spi.BeanIdentifier id)<T> ContextualInstance<T>BeanStore. remove(org.jboss.weld.serialization.spi.BeanIdentifier id)Removes a bean instance identified by the given id.Methods in org.jboss.weld.contexts.beanstore with parameters of type ContextualInstance Modifier and Type Method Description <T> voidAbstractMapBackedBeanStore. put(org.jboss.weld.serialization.spi.BeanIdentifier id, ContextualInstance<T> beanInstance)<T> voidAttributeBeanStore. put(org.jboss.weld.serialization.spi.BeanIdentifier id, ContextualInstance<T> instance)<T> voidBeanStore. put(org.jboss.weld.serialization.spi.BeanIdentifier id, ContextualInstance<T> contextualInstance)Adds a bean instance to the storage -
Uses of ContextualInstance in org.jboss.weld.contexts.unbound
Methods in org.jboss.weld.contexts.unbound that return types with arguments of type ContextualInstance Modifier and Type Method Description Collection<ContextualInstance<?>>RequestContextImpl. getAllContextualInstances()Method parameters in org.jboss.weld.contexts.unbound with type arguments of type ContextualInstance Modifier and Type Method Description voidRequestContextImpl. clearAndSet(Collection<ContextualInstance<?>> setOfInstances)
-