Package | Description |
---|---|
javax.faces.application |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
javax.faces.flow |
The runtime API for Faces Flows. |
javax.faces.flow.builder |
Classes for declaring a Faces Flow. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableNavigationHandlerWrapper.inspectFlow(FacesContext context,
Flow flow) |
void |
ConfigurableNavigationHandler.inspectFlow(FacesContext context,
Flow flow)
Called by the flow system to cause the flow to be inspected for navigation rules. |
Modifier and Type | Method and Description |
---|---|
Flow |
FlowHandler.getCurrentFlow()
Convenience overload that calls |
abstract Flow |
FlowHandler.getCurrentFlow(FacesContext context)
Return the currently active |
abstract Flow |
FlowHandler.getFlow(FacesContext context,
String definingDocumentId,
String id)
Return the |
Modifier and Type | Method and Description |
---|---|
abstract void |
FlowHandler.addFlow(FacesContext context,
Flow toAdd)
Add the argument |
abstract FlowCallNode |
Flow.getFlowCall(Flow targetFlow)
Return the |
abstract void |
FlowHandler.transition(FacesContext context,
Flow sourceFlow,
Flow targetFlow,
FlowCallNode outboundCallNode,
String toViewId)
Perform a transition in the flow
graph for the current user's |
Modifier and Type | Method and Description |
---|---|
abstract Flow |
FlowBuilder.getFlow()
Called as the last step in flow definition,
this method must perform any implementation specific initialization
and return the built |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.