javax.el
Class ValueReference

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

public class ValueReference
extends Object
implements Serializable

This encapsulates a base model object and one of its properties.

Since:
EL 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 © 2011. All Rights Reserved.