Uses of Class
javax.faces.el.EvaluationException

Packages that use EvaluationException
javax.faces.el DEPRECATED Classes and interfaces for evaluating and processing reference expressions. 
 

Uses of EvaluationException in javax.faces.el
 

Subclasses of EvaluationException in javax.faces.el
 class MethodNotFoundException
          Deprecated. This has been replaced by javax.el.MethodNotFoundException.
 class PropertyNotFoundException
          Deprecated. This has been replaced by javax.el.PropertyNotFoundException.
 class ReferenceSyntaxException
          Deprecated. This has been replaced by javax.el.ELException.
 

Methods in javax.faces.el that throw EvaluationException
abstract  java.lang.Class ValueBinding.getType(FacesContext context)
          Deprecated. Return the type of the property represented by this ValueBinding, relative to the specified FacesContext.
abstract  java.lang.Class ValueBinding.getType(FacesContext context)
          Deprecated. Return the type of the property represented by this ValueBinding, relative to the specified FacesContext.
abstract  java.lang.Class PropertyResolver.getType(java.lang.Object base, int index)
          Deprecated. Return the java.lang.Class representing the type of the specified index.
abstract  java.lang.Class PropertyResolver.getType(java.lang.Object base, int index)
          Deprecated. Return the java.lang.Class representing the type of the specified index.
abstract  java.lang.Class PropertyResolver.getType(java.lang.Object base, java.lang.Object property)
          Deprecated. Return the java.lang.Class representing the type of the specified property.
abstract  java.lang.Class PropertyResolver.getType(java.lang.Object base, java.lang.Object property)
          Deprecated. Return the java.lang.Class representing the type of the specified property.
abstract  java.lang.Object ValueBinding.getValue(FacesContext context)
          Deprecated. Return the value of the property represented by this ValueBinding, relative to the specified FacesContext.
abstract  java.lang.Object ValueBinding.getValue(FacesContext context)
          Deprecated. Return the value of the property represented by this ValueBinding, relative to the specified FacesContext.
abstract  java.lang.Object PropertyResolver.getValue(java.lang.Object base, int index)
          Deprecated. Return the value at the specified index of the specified base object.
abstract  java.lang.Object PropertyResolver.getValue(java.lang.Object base, int index)
          Deprecated. Return the value at the specified index of the specified base object.
abstract  java.lang.Object PropertyResolver.getValue(java.lang.Object base, java.lang.Object property)
          Deprecated. Return the value of the specified property from the specified base object.
abstract  java.lang.Object PropertyResolver.getValue(java.lang.Object base, java.lang.Object property)
          Deprecated. Return the value of the specified property from the specified base object.
abstract  java.lang.Object MethodBinding.invoke(FacesContext context, java.lang.Object[] params)
          Deprecated. Return the return value (if any) resulting from a call to the method identified by this method binding expression, passing it the specified parameters, relative to the specified FacesContext.
abstract  java.lang.Object MethodBinding.invoke(FacesContext context, java.lang.Object[] params)
          Deprecated. Return the return value (if any) resulting from a call to the method identified by this method binding expression, passing it the specified parameters, relative to the specified FacesContext.
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 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(java.lang.Object base, int index)
          Deprecated. Checks if the specified index is read-only.
abstract  boolean PropertyResolver.isReadOnly(java.lang.Object base, int index)
          Deprecated. Checks if the specified index is read-only.
abstract  boolean PropertyResolver.isReadOnly(java.lang.Object base, java.lang.Object property)
          Deprecated. Checks if the specified property is read-only.
abstract  boolean PropertyResolver.isReadOnly(java.lang.Object base, java.lang.Object property)
          Deprecated. Checks if the specified property is read-only.
abstract  java.lang.Object VariableResolver.resolveVariable(FacesContext context, java.lang.String name)
          Deprecated. Resolve the specified variable name, and return the corresponding object, if any; otherwise, return null.
abstract  java.lang.Object VariableResolver.resolveVariable(FacesContext context, java.lang.String name)
          Deprecated. Resolve the specified variable name, and return the corresponding object, if any; otherwise, return null.
abstract  void ValueBinding.setValue(FacesContext context, java.lang.Object value)
          Deprecated. Set the value of the property represented by this ValueBinding, relative to the specified FacesContext.
abstract  void ValueBinding.setValue(FacesContext context, java.lang.Object value)
          Deprecated. Set the value of the property represented by this ValueBinding, relative to the specified FacesContext.
abstract  void PropertyResolver.setValue(java.lang.Object base, int index, java.lang.Object value)
          Deprecated. Set the value at the specified index of the specified base object.
abstract  void PropertyResolver.setValue(java.lang.Object base, int index, java.lang.Object value)
          Deprecated. Set the value at the specified index of the specified base object.
abstract  void PropertyResolver.setValue(java.lang.Object base, java.lang.Object property, java.lang.Object value)
          Deprecated. Set the specified value of the specified property on the specified base object.
abstract  void PropertyResolver.setValue(java.lang.Object base, java.lang.Object property, java.lang.Object value)
          Deprecated. Set the specified value of the specified property on the specified base object.
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.