A B C D E F G H I M N O P R S T V W _

A

addFlowCall(FlowCall) - Method in class org.apache.myfaces.orchestra.flow.config.FlowConfig
For use only during object initialization.
addParam(FlowParamAccept) - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
For use only during object initialization.
addParam(FlowParamSend) - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
For use only during object initialization.
addReturn(FlowReturnSend) - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
For use only during object initialization.
addReturn(FlowReturnAccept) - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
For use only during object initialization.
afterPhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.flow.FlowPhaseTracker
 
applyNextHandler(FaceletContext, UIComponent) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponentHandler
 

B

beforePhase(PhaseEvent) - Method in class org.apache.myfaces.orchestra.flow.FlowPhaseTracker
 

C

cancel() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
 
ClearOnCommit - Class in org.apache.myfaces.orchestra.flow.components
A component which handles clearing of cached user input (submittedValue) from input components whose model has been modified by an invoked flow.
ClearOnCommit() - Constructor for class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
 
ClearOnCommitTag - Class in org.apache.myfaces.orchestra.flow.components
Tag for ClearOnCommit component.
ClearOnCommitTag() - Constructor for class org.apache.myfaces.orchestra.flow.components.ClearOnCommitTag
 
commit(Map<String, Object>) - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
 
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
 
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.orchestra.flow.components.ModalFlow
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.orchestra.flow.components.ModalFlow
 
CONFIG_KEY - Static variable in class org.apache.myfaces.orchestra.flow.config.FlowConfig
 
convert(Object) - Method in interface org.apache.myfaces.orchestra.flow.FlowTypeConverter
 
convert(Object) - Method in class org.apache.myfaces.orchestra.flow.NullFlowTypeConverter
 
createMethodExpression(FacesContext, String) - Static method in class org.apache.myfaces.orchestra.flow.utils._ExpressionFactory
 
createValueExpression(FacesContext, String) - Static method in class org.apache.myfaces.orchestra.flow.utils._ExpressionFactory
 
createView(FacesContext, String) - Method in class org.apache.myfaces.orchestra.flow.FlowViewHandler
Special createView handling for Orchestra Flows.

D

digest(InputSource) - Static method in class org.apache.myfaces.orchestra.flow.digest.FlowDigester
Parse data from the specified InputSource object.
digestFlowCall(FlowCall, String) - Static method in class org.apache.myfaces.orchestra.flow.digest.FlowDigester
Parse the xml that is permitted to be nested within a [flowCall] element, and populate an existing FlowCall instance with the resulting objects.
doAfterBody() - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallTag
 

E

encodeBegin(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
When this component is active (postback for the containing view has just triggered a flowcall using an outcome matching this component), render the onEntry javascript.
encodeChildren(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
Suppress rendering of children.
execute(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.config.FlowOnCommit
Execute the associated action, and return whatever the called method returns.
executeAllInstances(UIViewRoot, String) - Static method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
Execute the clearTargetComponent method of each ClearOnCommit component in the specified view tree.

F

FlowAccept - Class in org.apache.myfaces.orchestra.flow.config
Contains static metadata information about a callable flow.
FlowAccept() - Constructor for class org.apache.myfaces.orchestra.flow.config.FlowAccept
Constructor.
FlowCall - Class in org.apache.myfaces.orchestra.flow.config
Contains static metadata information about a possible call to a flow.
FlowCall() - Constructor for class org.apache.myfaces.orchestra.flow.config.FlowCall
Constructor.
FlowCallComponent - Class in org.apache.myfaces.orchestra.flow.components
A component which allows the configuration for a flow-call to be defined in the page rather than in a separate flow.xml file.
FlowCallComponent() - Constructor for class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
FlowCallComponentHandler - Class in org.apache.myfaces.orchestra.flow.components
Facelets component-handler which creates a FlowCallComponent instance.
FlowCallComponentHandler(ComponentConfig) - Constructor for class org.apache.myfaces.orchestra.flow.components.FlowCallComponentHandler
 
FlowCallTag - Class in org.apache.myfaces.orchestra.flow.components
Tag which creates a FlowCallComponent instance.
FlowCallTag() - Constructor for class org.apache.myfaces.orchestra.flow.components.FlowCallTag
 
FlowConfig - Class in org.apache.myfaces.orchestra.flow.config
Contains static flow metadata about one particular page, including information about whether it can be called, and about which flows (if any) it can call.
FlowConfig() - Constructor for class org.apache.myfaces.orchestra.flow.config.FlowConfig
Constructor.
FlowDigester - Class in org.apache.myfaces.orchestra.flow.digest
A class to parse a "flow.xml" file and return a FlowConfig object.
FlowDigester() - Constructor for class org.apache.myfaces.orchestra.flow.digest.FlowDigester
 
FlowHandler - Class in org.apache.myfaces.orchestra.flow
Common logic for managing orchestra flows, called from both FlowNavigationHandler and FlowViewHandler.
FlowInfo - Class in org.apache.myfaces.orchestra.flow
Holds information about a specific call to a specific flow.
FlowInfo(String, String, UIViewRoot, FlowCall, Map<String, Object>) - Constructor for class org.apache.myfaces.orchestra.flow.FlowInfo
Constructor.
FlowNavigationHandler - Class in org.apache.myfaces.orchestra.flow
 
FlowNavigationHandler(NavigationHandler) - Constructor for class org.apache.myfaces.orchestra.flow.FlowNavigationHandler
Constructor.
FlowOnCommit - Class in org.apache.myfaces.orchestra.flow.config
Defines an action to execute in the caller environment after a flow has committed.
FlowOnCommit() - Constructor for class org.apache.myfaces.orchestra.flow.config.FlowOnCommit
Constructor.
FlowParamAccept - Class in org.apache.myfaces.orchestra.flow.config
Defines how a parameter value provided by a flow caller is imported into the called flow's environment.
FlowParamAccept() - Constructor for class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
Constructor.
FlowParamSend - Class in org.apache.myfaces.orchestra.flow.config
Defines an "exported" parameter, from the point of view of the flow caller.
FlowParamSend() - Constructor for class org.apache.myfaces.orchestra.flow.config.FlowParamSend
Constructor.
FlowPhaseTracker - Class in org.apache.myfaces.orchestra.flow
A simple class to allow code to query what the current phase is; see static method getCurrentPhase.
FlowPhaseTracker() - Constructor for class org.apache.myfaces.orchestra.flow.FlowPhaseTracker
 
FlowReturnAccept - Class in org.apache.myfaces.orchestra.flow.config
Defines how a return value from a flow is imported into the caller's environment.
FlowReturnAccept() - Constructor for class org.apache.myfaces.orchestra.flow.config.FlowReturnAccept
Constructor.
FlowReturnSend - Class in org.apache.myfaces.orchestra.flow.config
Defines an "exported" return value, from the point of view of the called flow.
FlowReturnSend() - Constructor for class org.apache.myfaces.orchestra.flow.config.FlowReturnSend
Constructor.
FlowTypeConverter - Interface in org.apache.myfaces.orchestra.flow
Used to type-convert params on input to and output from a flow.
FlowViewHandler - Class in org.apache.myfaces.orchestra.flow
Custom ViewHandler that executes the necessary logic to handle entering and exiting a Flow.
FlowViewHandler(ViewHandler) - Constructor for class org.apache.myfaces.orchestra.flow.FlowViewHandler
Constructor.

G

getAction() - Method in class org.apache.myfaces.orchestra.flow.config.FlowOnCommit
An EL expression which defines what method to call.
getArgsIn() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Get the (name,value) parameters that the caller is passing to the called flow.
getArgsOut() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Get the (name,value) parameters that the caller is returning to the called flow.
getCallerOutcome() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Return the outcome string that triggered this flowcall.
getCallerViewId() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Return the viewId of the page that initiated the call to a flow (never null).
getCallerViewRoot() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Return the view root of the page that initiated the call to a flow (optional, may be null).
getCancelWhen() - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
Return the JSF navigation outcome string that will trigger a "cancel" of this flow.
getCommitWhen() - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
Return the JSF navigation outcome string that will trigger a "commit" of this flow.
getComponentType() - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommitTag
 
getComponentType() - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallTag
 
getComponentType() - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlowTag
 
getConverter() - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
An optional EL expression which maps to a FlowTypeConverter instance that will be used to transform the input parameter before it is assigned to dst.
getConverter() - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnAccept
An optional EL expression which maps to a FlowTypeConverter instance that will be used to transform the input parameter before it is assigned to dst.
getCurrentPhase() - Static method in class org.apache.myfaces.orchestra.flow.FlowPhaseTracker
 
getDflt() - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
An EL expression which defines a default value to use when the caller does not specify a value for this input parameter.
getDfltValue(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
Evaluate the src EL expression and return the resulting object (or null).
getDoStartValue() - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallTag
 
getDst() - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
An EL expression which defines where the actual value passed by the caller should be stored within the called flow's environment.
getDst() - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnAccept
An EL expression which defines where the actual value passed back from the called flow should be stored within the caller's environment.
getFamily() - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
 
getFamily() - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
getFamily() - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
 
getFlowAccept() - Method in class org.apache.myfaces.orchestra.flow.config.FlowConfig
If the associated page is an entry point for a flow, then return a FlowAccept object.
getFlowAccept() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Return metadata about the called flow.
getFlowCall(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowConfig
Return a FlowCall if this outcome for the current page should trigger a call to some logical flow service.
getFlowCall() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Return metadata about the caller of the flow.
getFlowPath() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Return the path prefix which is expected to be present on the viewId of every page that "belongs" to this flow.
getFlowViewId() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Return the viewId of the entry page of the flow.
getForOutcome(FacesContext, String) - Static method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
Determines whether the most recently restored view contains a ModalFlow component that maps to this outcome;
getName() - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
Define the name of this parameter.
getName() - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamSend
Define the name of this parameter.
getName() - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnAccept
Define the name of this parameter.
getName() - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnSend
Define the name of this parameter.
getOnCommit() - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
Return an object that wraps an EL expression which should be executed within the caller environment on successful commit of a called flow.
getOnEntry() - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
Specify some javascript that will be executed when this component is triggered by a flow call.
getOnExit() - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
Specify some javascript that will be executed when the flow which triggered this component returns.
getOnExitScript() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
 
getOutcome() - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
The navigation outcome that causes this component to remove the target component from the component tree.
getOutcome() - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
The optional flow outcome that causes this component to render the onEntry script.
getOutcome() - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
Return the JSF navigation outcome which will trigger this flowCall.
getParams() - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
Return list of FlowParamAccept objects which defines what input parameters this callable flow accepts.
getParams() - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
Return list of FlowParamSend objects which defines what values the flow caller passes to the called flow when this FlowCall is triggered.
getPhaseId() - Method in class org.apache.myfaces.orchestra.flow.FlowPhaseTracker
 
getRenderer(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
getRendererType() - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommitTag
 
getRendererType() - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallTag
 
getRendererType() - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlowTag
 
getRendersChildren() - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
Return true so that method encodeChildren gets called.
getRestartWhen() - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
Return the JSF navigation outcome string that will trigger a "restart" of this flow.
getReturns() - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
Return list of FlowReturnSend objects which defines what output parameters this callable flow returns to the caller on commit.
getReturns() - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
Return list of FlowReturnAccept objects which defines what values the called flow is expected to return on commit, and where they should be stored within the caller's environment.
getService() - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
Return the logical function that this flow implements.
getService() - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
Return the logical function that this flow implements.
getSrc() - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamSend
An EL expression which defines where the actual value passed by the caller should be fetched from when the call occurs.
getSrc() - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnSend
An EL expression which defines where the actual value begin returned to the caller should be fetched from when the call occurs.
getSrcValue(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamSend
Evaluate the src EL expression and return the resulting object (or null).
getSrcValue(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnSend
Evaluate the src EL expression and return the resulting object (or null).
getState() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
 
getTarget() - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
Return the JSF component id of the target component to clear.
getViewId() - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
Return the viewId to navigate to when this flowCall is triggered.
getWrapped() - Method in class org.apache.myfaces.orchestra.flow.FlowViewHandler
 

H

handleNavigation(FacesContext, String, String) - Method in class org.apache.myfaces.orchestra.flow.FlowNavigationHandler
Ensure that the FlowHandler gets the chance to run after the navigation outcome has been determined.

I

isComplete() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
 
isInitialized() - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
isModalFlow() - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Returns true when this flow represents a modal flow.

M

ModalFlow - Class in org.apache.myfaces.orchestra.flow.components
A component which allows an Orchestra Flow to be rendered into a popup window embedded in the page that calls the flow.
ModalFlow() - Constructor for class org.apache.myfaces.orchestra.flow.components.ModalFlow
 
ModalFlowTag - Class in org.apache.myfaces.orchestra.flow.components
Tag for ModalFlow component.
ModalFlowTag() - Constructor for class org.apache.myfaces.orchestra.flow.components.ModalFlowTag
 

N

NullFlowTypeConverter - Class in org.apache.myfaces.orchestra.flow
An implementation of the FlowTypeConverter interface that just passes the object through unmodified.
NullFlowTypeConverter() - Constructor for class org.apache.myfaces.orchestra.flow.NullFlowTypeConverter
 

O

onComponentCreated(FaceletContext, UIComponent, UIComponent) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponentHandler
When Facelets encounters the start tag for this component, it will create the component and assign any attributes.
onComponentPopulated(FaceletContext, UIComponent, UIComponent) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponentHandler
 
org.apache.myfaces.orchestra.flow - package org.apache.myfaces.orchestra.flow
 
org.apache.myfaces.orchestra.flow.components - package org.apache.myfaces.orchestra.flow.components
 
org.apache.myfaces.orchestra.flow.config - package org.apache.myfaces.orchestra.flow.config
 
org.apache.myfaces.orchestra.flow.digest - package org.apache.myfaces.orchestra.flow.digest
 
org.apache.myfaces.orchestra.flow.utils - package org.apache.myfaces.orchestra.flow.utils
 

P

popContext(ELContext) - Static method in class org.apache.myfaces.orchestra.flow.utils._ExpressionFactory
 
pushContext(ELContext) - Static method in class org.apache.myfaces.orchestra.flow.utils._ExpressionFactory
 

R

readReturnParams(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
Process all the configured "return param" expressions, fetching the data from the committed flow into a temporary map.
readSendParams(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
Process all the configured "input param" expressions, fetching the data from the calling environment into a temporary map.
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
 

S

saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
 
saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
saveState(FacesContext) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
 
setAcceptInfo(String, String, FlowAccept) - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Finish initialising this object by adding information about the called flow.
setAction(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowOnCommit
For use only during object initialization.
setActive(boolean) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
Cause this component to render the onEntry script that shows the associated modal dialog.
setBody(ELContext, String) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
setCancelWhen(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
For use only during object initialization.
setCommitWhen(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
For use only during object initialization.
setConverter(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
For use only during object initialization.
setConverter(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnAccept
For use only during object initialization.
setDflt(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
For use only during object initialization.
setDst(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
For use only during object initialization.
setDst(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnAccept
For use only during object initialization.
setDstValue(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
 
setDstValue(FacesContext, Object) - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnAccept
 
setFlowAccept(FlowAccept) - Method in class org.apache.myfaces.orchestra.flow.config.FlowConfig
For use only during object initialization.
setModalFlow(boolean) - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
Set to true to specify that the flow this object represents is "modal".
setName(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
For use only during object initialization.
setName(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamSend
For use only during object initialization.
setName(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnAccept
For use only during object initialization.
setName(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnSend
For use only during object initialization.
setOnCommit(FlowOnCommit) - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
For use only during object initialization.
setOnEntry(String) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
 
setOnEntry(String) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlowTag
 
setOnExit(String) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
 
setOnExit(String) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlowTag
 
setOnExitScript(String) - Method in class org.apache.myfaces.orchestra.flow.FlowInfo
 
setOutcome(String) - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
 
setOutcome(String) - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommitTag
 
setOutcome(String) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
setOutcome(String) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallTag
 
setOutcome(String) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlow
 
setOutcome(String) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlowTag
 
setOutcome(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
For use only during object initialization.
setPageContext(PageContext) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallTag
 
setProperties(UIComponent) - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommitTag
 
setProperties(UIComponent) - Method in class org.apache.myfaces.orchestra.flow.components.ModalFlowTag
 
setRestartWhen(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
For use only during object initialization.
setService(String) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
setService(String) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallTag
 
setService(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
For use only during object initialization.
setService(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
For use only during object initialization.
setSrc(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamSend
For use only during object initialization.
setSrc(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnSend
For use only during object initialization.
setTarget(String) - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommit
 
setTarget(String) - Method in class org.apache.myfaces.orchestra.flow.components.ClearOnCommitTag
 
setViewId(String) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallComponent
 
setViewId(String) - Method in class org.apache.myfaces.orchestra.flow.components.FlowCallTag
 
setViewId(String) - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
For use only during object initialization.
STATE_ACTIVE - Static variable in class org.apache.myfaces.orchestra.flow.FlowInfo
 
STATE_CANCELLED - Static variable in class org.apache.myfaces.orchestra.flow.FlowInfo
 
STATE_COMMITTED - Static variable in class org.apache.myfaces.orchestra.flow.FlowInfo
 

T

toString() - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
Custom string format to improve log messages.
toString() - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
Custom string format to improve log messages.
toString() - Method in class org.apache.myfaces.orchestra.flow.config.FlowConfig
Custom string format to improve log messages.

V

validate() - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
Check that all the properties of this object have valid values, ie whether the configuration specified by the user is valid.
validate() - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
Check that all the properties of this object have valid values, ie whether the configuration specified by the user is valid.
validate() - Method in class org.apache.myfaces.orchestra.flow.config.FlowConfig
Check that all the properties of this object have valid values, ie whether the configuration specified by the user is valid.
validate() - Method in class org.apache.myfaces.orchestra.flow.config.FlowOnCommit
Check that all the properties of this object have valid values, ie whether the configuration specified by the user is valid.
validate() - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamAccept
Check that all the properties of this object have valid values, ie whether the configuration specified by the user is valid.
validate() - Method in class org.apache.myfaces.orchestra.flow.config.FlowParamSend
Check that all the properties of this object have valid values, ie whether the configuration specified by the user is valid.
validate() - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnAccept
Check that all the properties of this object have valid values, ie whether the configuration specified by the user is valid.
validate() - Method in class org.apache.myfaces.orchestra.flow.config.FlowReturnSend
Check that all the properties of this object have valid values, ie whether the configuration specified by the user is valid.

W

writeAcceptParams(FacesContext, Map<String, Object>) - Method in class org.apache.myfaces.orchestra.flow.config.FlowAccept
Process all the configured "accept param" expressions, fetching the data from a map and writing it into beans that are in conversations held by this flow's conversation context.
writeAcceptParams(FacesContext, Map<String, Object>) - Method in class org.apache.myfaces.orchestra.flow.config.FlowCall
Process all the configured "return" expressions, fetching the data from a map and writing it into beans associated with the calling page.

_

_ExpressionFactory - Class in org.apache.myfaces.orchestra.flow.utils
Creates ValueExpression objects based on the "current" ELContext.
_ExpressionFactory() - Constructor for class org.apache.myfaces.orchestra.flow.utils._ExpressionFactory
 

A B C D E F G H I M N O P R S T V W _

Copyright © 2012 The Apache Software Foundation. All Rights Reserved.