|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvaluationException | |
---|---|
javax.faces.el |
Uses of EvaluationException in javax.faces.el |
---|
Subclasses of EvaluationException in javax.faces.el | |
---|---|
class |
MethodNotFoundException
see Javadoc of JSF Specification |
class |
PropertyNotFoundException
see Javadoc of JSF Specification |
class |
ReferenceSyntaxException
see Javadoc of JSF Specification |
Methods in javax.faces.el that throw EvaluationException | |
---|---|
abstract java.lang.Class |
ValueBinding.getType(FacesContext facesContext)
|
abstract java.lang.Class |
PropertyResolver.getType(java.lang.Object base,
int index)
Returns the datatype of the specified element within a list or array. |
abstract java.lang.Class |
PropertyResolver.getType(java.lang.Object base,
java.lang.Object property)
Returns the datatype of the specified javabean property on the specified object. |
abstract java.lang.Object |
ValueBinding.getValue(FacesContext facesContext)
|
abstract java.lang.Object |
PropertyResolver.getValue(java.lang.Object base,
int index)
Return the specified element from a list or array. |
abstract java.lang.Object |
PropertyResolver.getValue(java.lang.Object base,
java.lang.Object property)
Return the current value of the specified property on the base object. |
abstract java.lang.Object |
MethodBinding.invoke(FacesContext facescontext,
java.lang.Object[] aobj)
|
abstract boolean |
ValueBinding.isReadOnly(FacesContext facesContext)
|
abstract boolean |
PropertyResolver.isReadOnly(java.lang.Object base,
int index)
|
abstract boolean |
PropertyResolver.isReadOnly(java.lang.Object base,
java.lang.Object property)
|
abstract java.lang.Object |
VariableResolver.resolveVariable(FacesContext facesContext,
java.lang.String name)
|
abstract void |
ValueBinding.setValue(FacesContext facesContext,
java.lang.Object value)
|
abstract void |
PropertyResolver.setValue(java.lang.Object base,
int index,
java.lang.Object value)
Replace the object at the specified index within the base collection with the provided value. |
abstract void |
PropertyResolver.setValue(java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
Set the named property on the base object to the provided value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |