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