org.apache.myfaces.flow
Class MethodCallNodeImpl

java.lang.Object
  extended by javax.faces.flow.FlowNode
      extended by javax.faces.flow.MethodCallNode
          extended by org.apache.myfaces.flow.MethodCallNodeImpl
All Implemented Interfaces:
Freezable

public class MethodCallNodeImpl
extends MethodCallNode
implements Freezable

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
MethodCallNodeImpl(String methodCallNodeId)
           
 
Method Summary
 void addParameter(Parameter parameter)
           
 void freeze()
          Call this method when the object will be made available to the runtime
 String getId()
           
 javax.el.MethodExpression getMethodExpression()
           
 javax.el.ValueExpression getOutcome()
           
 List<Parameter> getParameters()
           
 void setId(String id)
           
 void setMethodExpression(javax.el.MethodExpression methodExpression)
           
 void setOutcome(javax.el.ValueExpression outcome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCallNodeImpl

public MethodCallNodeImpl(String methodCallNodeId)
Method Detail

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.