java.lang.Object
com.sun.faces.flow.FlowCDIContext
-
Method Summary
Modifier and TypeMethodDescription<T> T
get
(Contextual<T> contextual) Return an existing instance of a certain contextual type or a null value.<T> T
get
(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.boolean
isActive()
Determines if the context object is active.static void
sessionDestroyed
(HttpSessionEvent httpSessionEvent)
-
Method Details
-
sessionDestroyed
-
get
Description copied from interface:Context
Return 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:Context
Return an existing instance of a certain contextual type or a null value. -
getScope
Description copied from interface:Context
Get the scope type of the context object. -
isActive
-