javax.el
Class ValueReference

java.lang.Object
  extended by javax.el.ValueReference
All Implemented Interfaces:
Serializable

public class ValueReference
extends Object
implements Serializable

Since:
2.2
See Also:
Serialized Form

Constructor Summary
ValueReference(Object base, Object property)
           
 
Method Summary
 Object getBase()
           
 Object getProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueReference

public ValueReference(Object base,
                      Object property)
Method Detail

getBase

public Object getBase()

getProperty

public Object getProperty()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.