org.apache.myfaces.flow.builder
Class FlowCallBuilderImpl

java.lang.Object
  extended by javax.faces.flow.builder.FlowCallBuilder
      extended by org.apache.myfaces.flow.builder.FlowCallBuilderImpl
All Implemented Interfaces:
NodeBuilder

public class FlowCallBuilderImpl
extends FlowCallBuilder

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
FlowCallBuilderImpl(FlowBuilderImpl flowBuilder, FlowImpl facesFlow, String flowCallNodeId)
           
 
Method Summary
 FlowCallBuilder flowReference(String flowDocumentId, String flowId)
           
 FlowCallBuilder markAsStartNode()
           
 FlowCallBuilder outboundParameter(String name, String value)
           
 FlowCallBuilder outboundParameter(String name, javax.el.ValueExpression value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowCallBuilderImpl

public FlowCallBuilderImpl(FlowBuilderImpl flowBuilder,
                           FlowImpl facesFlow,
                           String flowCallNodeId)
Method Detail

flowReference

public FlowCallBuilder flowReference(String flowDocumentId,
                                     String flowId)
Specified by:
flowReference in class FlowCallBuilder

outboundParameter

public FlowCallBuilder outboundParameter(String name,
                                         javax.el.ValueExpression value)
Specified by:
outboundParameter in class FlowCallBuilder

outboundParameter

public FlowCallBuilder outboundParameter(String name,
                                         String value)
Specified by:
outboundParameter in class FlowCallBuilder

markAsStartNode

public FlowCallBuilder markAsStartNode()
Specified by:
markAsStartNode in interface NodeBuilder
Overrides:
markAsStartNode in class FlowCallBuilder


Copyright © 2015 The Apache Software Foundation. All rights reserved.