Package | Description |
---|---|
javax.faces.flow.builder |
Classes for declaring a Faces Flow. |
Modifier and Type | Method and Description |
---|---|
abstract MethodCallBuilder |
MethodCallBuilder.defaultOutcome(String outcome)
If the method is a void method, or the
method returns |
abstract MethodCallBuilder |
MethodCallBuilder.defaultOutcome(ValueExpression outcome)
If the method is a void method, or the
method returns |
abstract MethodCallBuilder |
MethodCallBuilder.expression(MethodExpression methodExpression)
Set the method expression of this method call node. |
abstract MethodCallBuilder |
MethodCallBuilder.expression(String methodExpression)
Set the method expression of this method call node. |
abstract MethodCallBuilder |
MethodCallBuilder.expression(String methodExpression,
Class[] paramTypes)
Set the method expression of this method call node. |
abstract MethodCallBuilder |
MethodCallBuilder.markAsStartNode() |
abstract MethodCallBuilder |
FlowBuilder.methodCallNode(String methodCallNodeId)
Define a method call node. |
abstract MethodCallBuilder |
MethodCallBuilder.parameters(List<Parameter> parameters)
Set the parameters of the method call node. |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.