org.apache.myfaces.flow
Class ParameterImpl
java.lang.Object
javax.faces.flow.Parameter
org.apache.myfaces.flow.ParameterImpl
- All Implemented Interfaces:
- Freezable
public class ParameterImpl
- extends Parameter
- 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 |
ParameterImpl
public ParameterImpl(String name,
javax.el.ValueExpression value)
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 © 2015 The Apache Software Foundation. All rights reserved.