org.apache.myfaces.flow
Class MethodCallNodeImpl
java.lang.Object
javax.faces.flow.FlowNode
javax.faces.flow.MethodCallNode
org.apache.myfaces.flow.MethodCallNodeImpl
- All Implemented Interfaces:
- Freezable
public class MethodCallNodeImpl
- extends MethodCallNode
- implements Freezable
- Since:
- 2.2
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodCallNodeImpl
public MethodCallNodeImpl(String methodCallNodeId)
getMethodExpression
public javax.el.MethodExpression getMethodExpression()
- Specified by:
getMethodExpression
in class MethodCallNode
getOutcome
public javax.el.ValueExpression getOutcome()
- Specified by:
getOutcome
in class MethodCallNode
getParameters
public List<Parameter> getParameters()
- Specified by:
getParameters
in class MethodCallNode
addParameter
public void addParameter(Parameter parameter)
getId
public String getId()
- Specified by:
getId
in class FlowNode
freeze
public void freeze()
- Description copied from interface:
Freezable
- Call this method when the object will be made available to the runtime
- Specified by:
freeze
in interface Freezable
setMethodExpression
public void setMethodExpression(javax.el.MethodExpression methodExpression)
setOutcome
public void setOutcome(javax.el.ValueExpression outcome)
setId
public void setId(String id)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.