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.
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
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.
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.