public class MethodCallNodeImpl
extends javax.faces.flow.MethodCallNode
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.util.List<javax.faces.flow.Parameter> |
_parameters |
private java.lang.String |
id |
private static java.util.logging.Logger |
LOGGER |
private javax.el.MethodExpression |
methodExpression |
private javax.el.ValueExpression |
outcome |
private java.util.List<javax.faces.flow.Parameter> |
parameters |
private static long |
serialVersionUID |
Constructor and Description |
---|
MethodCallNodeImpl(javax.faces.context.FacesContext context,
java.lang.String id,
java.lang.String methodExpressionString,
java.lang.String defaultOutcomeString,
java.util.List<javax.faces.flow.Parameter> parametersFromConfig) |
MethodCallNodeImpl(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.faces.flow.Parameter> |
_getParameters() |
java.lang.String |
getId() |
javax.el.MethodExpression |
getMethodExpression() |
javax.el.ValueExpression |
getOutcome() |
java.util.List<javax.faces.flow.Parameter> |
getParameters() |
void |
setMethodExpression(javax.el.MethodExpression methodExpression) |
void |
setOutcome(javax.el.ValueExpression outcome) |
private static final long serialVersionUID
private final java.lang.String id
private static final java.util.logging.Logger LOGGER
private javax.el.MethodExpression methodExpression
private javax.el.ValueExpression outcome
private java.util.List<javax.faces.flow.Parameter> _parameters
private java.util.List<javax.faces.flow.Parameter> parameters
public MethodCallNodeImpl(java.lang.String id)
public MethodCallNodeImpl(javax.faces.context.FacesContext context, java.lang.String id, java.lang.String methodExpressionString, java.lang.String defaultOutcomeString, java.util.List<javax.faces.flow.Parameter> parametersFromConfig)
public java.lang.String getId()
getId
in class javax.faces.flow.FlowNode
public java.util.List<javax.faces.flow.Parameter> getParameters()
getParameters
in class javax.faces.flow.MethodCallNode
public java.util.List<javax.faces.flow.Parameter> _getParameters()
public javax.el.MethodExpression getMethodExpression()
getMethodExpression
in class javax.faces.flow.MethodCallNode
public void setMethodExpression(javax.el.MethodExpression methodExpression)
public javax.el.ValueExpression getOutcome()
getOutcome
in class javax.faces.flow.MethodCallNode
public void setOutcome(javax.el.ValueExpression outcome)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.