Uses of Class
org.apache.myfaces.cdi.util.ContextualInstanceInfo
-
Packages that use ContextualInstanceInfo Package Description org.apache.myfaces.cdi.util org.apache.myfaces.flow.cdi -
-
Uses of ContextualInstanceInfo in org.apache.myfaces.cdi.util
Fields in org.apache.myfaces.cdi.util with type parameters of type ContextualInstanceInfo Modifier and Type Field Description protected Map<Object,ContextualInstanceInfo<?>>
ContextualStorage. contextualInstances
Methods in org.apache.myfaces.cdi.util that return types with arguments of type ContextualInstanceInfo Modifier and Type Method Description Map<Object,ContextualInstanceInfo<?>>
ContextualStorage. getStorage()
Method parameters in org.apache.myfaces.cdi.util with type arguments of type ContextualInstanceInfo Modifier and Type Method Description protected boolean
AbstractContextualStorageHolder. isSkipDestroy(Map.Entry<Object,ContextualInstanceInfo<?>> entry)
-
Uses of ContextualInstanceInfo in org.apache.myfaces.flow.cdi
Method parameters in org.apache.myfaces.flow.cdi with type arguments of type ContextualInstanceInfo Modifier and Type Method Description protected boolean
FlowScopeContextualStorageHolder. isSkipDestroy(Map.Entry<Object,ContextualInstanceInfo<?>> entry)
-