Package | Description |
---|---|
com.sun.faces.application | |
com.sun.faces.flow | |
com.sun.faces.flow.builder | |
javax.faces.application | |
javax.faces.flow | |
javax.faces.flow.builder |
Modifier and Type | Method and Description |
---|---|
void |
NavigationHandlerImpl.inspectFlow(FacesContext context,
Flow flow) |
Modifier and Type | Class and Description |
---|---|
class |
FlowImpl |
Modifier and Type | Field and Description |
---|---|
static Flow |
FlowImpl.ABANDONED_FLOW |
static Flow |
FlowImpl.SYNTHESIZED_RETURN_CASE_FLOW |
Modifier and Type | Method and Description |
---|---|
Flow |
FlowHandlerImpl.getCurrentFlow(FacesContext context) |
Flow |
FlowHandlerImpl.getFlow(FacesContext context,
String definingDocumentId,
String id) |
Modifier and Type | Method and Description |
---|---|
List<javax.enterprise.inject.spi.Producer<Flow>> |
FlowDiscoveryCDIExtension.getFlowProducers() |
Modifier and Type | Method and Description |
---|---|
void |
FlowHandlerImpl.addFlow(FacesContext context,
Flow toAdd) |
void |
FlowCDIEventFireHelperImpl.fireDestroyedEvent(Flow currentFlow) |
void |
FlowCDIEventFireHelper.fireDestroyedEvent(Flow currentFlow) |
void |
FlowCDIEventFireHelperImpl.fireInitializedEvent(Flow currentFlow) |
void |
FlowCDIEventFireHelper.fireInitializedEvent(Flow currentFlow) |
FlowCallNode |
FlowImpl.getFlowCall(Flow targetFlow) |
void |
FlowHandlerImpl.transition(FacesContext context,
Flow sourceFlow,
Flow targetFlow,
FlowCallNode outboundCallNode,
String toViewId) |
Modifier and Type | Method and Description |
---|---|
Flow |
FlowBuilderImpl.getFlow() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableNavigationHandler.inspectFlow(FacesContext context,
Flow flow)
Called by the flow system to cause the flow to be inspected for navigation rules. |
void |
ConfigurableNavigationHandlerWrapper.inspectFlow(FacesContext context,
Flow flow) |
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 |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.