Uses of Class
javax.faces.el.MethodNotFoundException

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

Uses of MethodNotFoundException in javax.faces.el
 

Methods in javax.faces.el that throw MethodNotFoundException
abstract  java.lang.Class MethodBinding.getType(FacesContext context)
          Deprecated. Return the Java class representing the return type from the method identified by this method binding expression.
abstract  java.lang.Class MethodBinding.getType(FacesContext context)
          Deprecated. Return the Java class representing the return type from the method identified by this method binding expression.
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.
 



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