Uses of Class
javax.faces.el.ReferenceSyntaxException

Packages that use ReferenceSyntaxException
javax.faces.application APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. 
 

Uses of ReferenceSyntaxException in javax.faces.application
 

Methods in javax.faces.application that throw ReferenceSyntaxException
abstract  MethodBinding Application.createMethodBinding(java.lang.String ref, java.lang.Class<?>[] params)
          Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory#createMethodExpression.
 MethodBinding ApplicationWrapper.createMethodBinding(java.lang.String ref, java.lang.Class<?>[] params)
          

The default behavior of this method is to call Application.createMethodBinding(String, Class[]) on the wrapped Application object.

 MethodBinding ApplicationWrapper.createMethodBinding(java.lang.String ref, java.lang.Class<?>[] params)
          

The default behavior of this method is to call Application.createMethodBinding(String, Class[]) on the wrapped Application object.

abstract  MethodBinding Application.createMethodBinding(java.lang.String ref, java.lang.Class<?>[] params)
          Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory#createMethodExpression.
abstract  ValueBinding Application.createValueBinding(java.lang.String ref)
          Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory#createValueExpression.
 ValueBinding ApplicationWrapper.createValueBinding(java.lang.String ref)
          

The default behavior of this method is to call Application.createValueBinding(String) on the wrapped Application object.

 ValueBinding ApplicationWrapper.createValueBinding(java.lang.String ref)
          

The default behavior of this method is to call Application.createValueBinding(String) on the wrapped Application object.

abstract  ValueBinding Application.createValueBinding(java.lang.String ref)
          Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory#createValueExpression.
 



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