java.lang.Object
com.sun.faces.flow.FlowCDIContext
-
Method Summary
Modifier and TypeMethodDescription<T> Tget(Contextual<T> contextual) Return an existing instance of a certain contextual type or a null value.<T> Tget(Contextual<T> contextual, CreationalContext<T> creational) Return an existing instance of certain contextual type or create a new instance by callingContextual.create(CreationalContext)and return the new instance.Class<? extends Annotation> getScope()Get the scope type of the context object.booleanisActive()Determines if the context object is active.static voidsessionDestroyed(HttpSessionEvent httpSessionEvent)
-
Method Details
-
sessionDestroyed
-
get
Description copied from interface:ContextReturn an existing instance of certain contextual type or create a new instance by callingContextual.create(CreationalContext)and return the new instance. -
get
Description copied from interface:ContextReturn an existing instance of a certain contextual type or a null value. -
getScope
Description copied from interface:ContextGet the scope type of the context object. -
isActive
-