javax.el
Class ValueReference
java.lang.Object
  
javax.el.ValueReference
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class ValueReference
- extends java.lang.Object
- implements java.io.Serializable
  
This encapsulates a base model object and one of its properties.
- Since:
 
  - EL 2.2
 
- See Also:
 - Serialized Form
 
| 
Constructor Summary | 
ValueReference(java.lang.Object base,
               java.lang.Object property)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ValueReference
public ValueReference(java.lang.Object base,
                      java.lang.Object property)
getBase
public java.lang.Object getBase()
 
 
getProperty
public java.lang.Object getProperty()
 
 
Submit a bug or feature  Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.  
 Generated on 10-February-2011 12:41