Uses of Class
jakarta.faces.flow.builder.MethodCallBuilder
-
Packages that use MethodCallBuilder Package Description com.sun.faces.flow.builder jakarta.faces.flow.builder -
-
Uses of MethodCallBuilder in com.sun.faces.flow.builder
Subclasses of MethodCallBuilder in com.sun.faces.flow.builder Modifier and Type Class Description classMethodCallBuilderImplMethods in com.sun.faces.flow.builder that return MethodCallBuilder Modifier and Type Method Description MethodCallBuilderMethodCallBuilderImpl. defaultOutcome(jakarta.el.ValueExpression ve)MethodCallBuilderMethodCallBuilderImpl. defaultOutcome(String outcome)MethodCallBuilderMethodCallBuilderImpl. expression(jakarta.el.MethodExpression me)MethodCallBuilderMethodCallBuilderImpl. expression(String methodExpression)MethodCallBuilderMethodCallBuilderImpl. expression(String methodExpression, Class[] paramTypes)MethodCallBuilderMethodCallBuilderImpl. markAsStartNode()MethodCallBuilderFlowBuilderImpl. methodCallNode(String methodCallNodeId)MethodCallBuilderMethodCallBuilderImpl. parameters(List<Parameter> parameters) -
Uses of MethodCallBuilder in jakarta.faces.flow.builder
Methods in jakarta.faces.flow.builder that return MethodCallBuilder Modifier and Type Method Description abstract MethodCallBuilderMethodCallBuilder. defaultOutcome(jakarta.el.ValueExpression outcome)If the method is a void method, or the method returnsnull, this can be used to specify what value should be passed to runtime when the method returns.abstract MethodCallBuilderMethodCallBuilder. defaultOutcome(String outcome)If the method is a void method, or the method returnsnull, this can be used to specify what value should be passed to runtime when the method returns.abstract MethodCallBuilderMethodCallBuilder. expression(jakarta.el.MethodExpression methodExpression)Set the method expression of this method call node.abstract MethodCallBuilderMethodCallBuilder. expression(String methodExpression)Set the method expression of this method call node.abstract MethodCallBuilderMethodCallBuilder. expression(String methodExpression, Class[] paramTypes)Set the method expression of this method call node.abstract MethodCallBuilderMethodCallBuilder. markAsStartNode()abstract MethodCallBuilderFlowBuilder. methodCallNode(String methodCallNodeId)Define a method call node.abstract MethodCallBuilderMethodCallBuilder. parameters(List<Parameter> parameters)Set the parameters of the method call node.
-