| Package | Description |
|---|---|
| org.jboss.weld.context |
| Modifier and Type | Method and Description |
|---|---|
default Collection<ContextualInstance<?>> |
WeldAlterableContext.getAllContextualInstances()
Retrieves set of
ContextualInstance within the context. |
| Modifier and Type | Method and Description |
|---|---|
default void |
WeldAlterableContext.clearAndSet(Collection<ContextualInstance<?>> setOfInstances)
Clears the backing bean store and feeds it with the set of
ContextualInstance provided as parameter. |
Copyright © 2008–2019. All rights reserved.