Uses of Interface
org.jboss.weld.context.api.ContextualInstance
-
Packages that use ContextualInstance Package Description org.jboss.weld.context -
-
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.
-