Uses of Interface
org.jboss.weld.context.api.ContextualInstance
Packages that use ContextualInstance
Package
Description
-
Uses of ContextualInstance in org.jboss.weld.context
Methods in org.jboss.weld.context that return types with arguments of type ContextualInstanceModifier and TypeMethodDescriptiondefault Collection<ContextualInstance<?>>WeldAlterableContext.getAllContextualInstances()Retrieves set ofContextualInstancewithin the context.Method parameters in org.jboss.weld.context with type arguments of type ContextualInstanceModifier and TypeMethodDescriptiondefault 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 ContextualInstanceModifier and TypeClassDescriptionclassSerializableContextualInstanceImpl<C extends jakarta.enterprise.context.spi.Contextual<I>,I> Methods in org.jboss.weld.contexts that return types with arguments of type ContextualInstanceModifier and TypeMethodDescriptionAbstractBoundContext.getAllContextualInstances()CreationalContextImpl.getDependentInstances()Returns an unmodifiable list of dependent instances.WeldCreationalContext.getDependentInstances()Returns an unmodifiable list of dependent instances.Methods in org.jboss.weld.contexts with parameters of type ContextualInstanceModifier and TypeMethodDescriptionvoidCreationalContextImpl.addDependentInstance(ContextualInstance<?> contextualInstance) voidWeldCreationalContext.addDependentInstance(ContextualInstance<?> contextualInstance) Method parameters in org.jboss.weld.contexts with type arguments of type ContextualInstanceModifier and TypeMethodDescriptionvoidAbstractBoundContext.clearAndSet(Collection<ContextualInstance<?>> setOfInstances) -
Uses of ContextualInstance in org.jboss.weld.contexts.beanstore
Methods in org.jboss.weld.contexts.beanstore that return ContextualInstanceModifier and TypeMethodDescription<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 ContextualInstanceModifier and TypeMethodDescription<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 ContextualInstanceMethod parameters in org.jboss.weld.contexts.unbound with type arguments of type ContextualInstanceModifier and TypeMethodDescriptionvoidRequestContextImpl.clearAndSet(Collection<ContextualInstance<?>> setOfInstances)