Package | Description |
---|---|
javax.faces.el |
DEPRECATED Classes and interfaces for evaluating and
processing reference expressions.
|
Modifier and Type | Method and Description |
---|---|
abstract Class |
ValueBinding.getType(FacesContext context)
Deprecated.
Return the type of the property represented by this
ValueBinding , relative to the specified FacesContext . |
abstract Class |
PropertyResolver.getType(Object base,
int index)
Deprecated.
Return the
java.lang.Class representing the type of
the specified index. |
abstract Class |
PropertyResolver.getType(Object base,
Object property)
Deprecated.
Return the
java.lang.Class representing the type
of the specified property. |
abstract Object |
ValueBinding.getValue(FacesContext context)
Deprecated.
Return the value of the property represented by this
ValueBinding , relative to the specified FacesContext . |
abstract Object |
PropertyResolver.getValue(Object base,
int index)
Deprecated.
Return the value at the specified index of the specified
base object.
|
abstract Object |
PropertyResolver.getValue(Object base,
Object property)
Deprecated.
Return the value of the specified property from the specified
base object.
|
abstract boolean |
ValueBinding.isReadOnly(FacesContext context)
Deprecated.
Return
true if the specified property of the specified
property is known to be immutable; otherwise, return
false . |
abstract boolean |
PropertyResolver.isReadOnly(Object base,
int index)
Deprecated.
Checks if the specified index is read-only.
|
abstract boolean |
PropertyResolver.isReadOnly(Object base,
Object property)
Deprecated.
Checks if the specified property is read-only.
|
abstract void |
ValueBinding.setValue(FacesContext context,
Object value)
Deprecated.
Set the value of the property represented by this
ValueBinding , relative to the specified FacesContext . |
abstract void |
PropertyResolver.setValue(Object base,
int index,
Object value)
Deprecated.
Set the value at the specified index of the specified
base object.
|
abstract void |
PropertyResolver.setValue(Object base,
Object property,
Object value)
Deprecated.
Set the specified value of the specified property on
the specified base object.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.