| Package | Description |
|---|---|
| com.sun.faces.flow.builder | |
| jakarta.faces.flow.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodCallBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
MethodCallBuilder |
MethodCallBuilderImpl.defaultOutcome(String outcome) |
MethodCallBuilder |
MethodCallBuilderImpl.defaultOutcome(jakarta.el.ValueExpression ve) |
MethodCallBuilder |
MethodCallBuilderImpl.expression(jakarta.el.MethodExpression me) |
MethodCallBuilder |
MethodCallBuilderImpl.expression(String methodExpression) |
MethodCallBuilder |
MethodCallBuilderImpl.expression(String methodExpression,
Class[] paramTypes) |
MethodCallBuilder |
MethodCallBuilderImpl.markAsStartNode() |
MethodCallBuilder |
FlowBuilderImpl.methodCallNode(String methodCallNodeId) |
MethodCallBuilder |
MethodCallBuilderImpl.parameters(List<Parameter> parameters) |
| 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(jakarta.el.ValueExpression outcome)
If the method is a void method, or the method returns |
abstract MethodCallBuilder |
MethodCallBuilder.expression(jakarta.el.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 © 1997–2020 Eclipse Foundation. All rights reserved.