org.apache.myfaces.flow
Class ParameterImpl

java.lang.Object
  extended by javax.faces.flow.Parameter
      extended by org.apache.myfaces.flow.ParameterImpl
All Implemented Interfaces:
Freezable

public class ParameterImpl
extends Parameter
implements Freezable

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
ParameterImpl(String name, javax.el.ValueExpression value)
           
 
Method Summary
 void freeze()
          Call this method when the object will be made available to the runtime
 String getName()
           
 javax.el.ValueExpression getValue()
           
 void setName(String name)
           
 void setValue(javax.el.ValueExpression value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterImpl

public ParameterImpl(String name,
                     javax.el.ValueExpression value)
Method Detail

getName

public String getName()
Specified by:
getName in class Parameter

getValue

public javax.el.ValueExpression getValue()
Specified by:
getValue in class Parameter

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

setName

public void setName(String name)

setValue

public void setValue(javax.el.ValueExpression value)


Copyright © 2014 The Apache Software Foundation. All rights reserved.