org.apache.myfaces.flow.builder
Class MethodCallBuilderImpl
java.lang.Object
javax.faces.flow.builder.MethodCallBuilder
org.apache.myfaces.flow.builder.MethodCallBuilderImpl
- All Implemented Interfaces:
- NodeBuilder
public class MethodCallBuilderImpl
- extends MethodCallBuilder
- Since:
- 2.2
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodCallBuilderImpl
public MethodCallBuilderImpl(FlowBuilderImpl flowBuilder,
FlowImpl facesFlow,
String methodCallNodeId)
expression
public MethodCallBuilder expression(javax.el.MethodExpression me)
- Specified by:
expression
in class MethodCallBuilder
expression
public MethodCallBuilder expression(String methodExpression)
- Specified by:
expression
in class MethodCallBuilder
expression
public MethodCallBuilder expression(String methodExpression,
Class[] paramTypes)
- Specified by:
expression
in class MethodCallBuilder
parameters
public MethodCallBuilder parameters(List<Parameter> parameters)
- Specified by:
parameters
in class MethodCallBuilder
defaultOutcome
public MethodCallBuilder defaultOutcome(String outcome)
- Specified by:
defaultOutcome
in class MethodCallBuilder
defaultOutcome
public MethodCallBuilder defaultOutcome(javax.el.ValueExpression outcome)
- Specified by:
defaultOutcome
in class MethodCallBuilder
markAsStartNode
public MethodCallBuilder markAsStartNode()
- Specified by:
markAsStartNode
in interface NodeBuilder
- Overrides:
markAsStartNode
in class MethodCallBuilder
Copyright © 2014 The Apache Software Foundation. All rights reserved.