|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
MethodBinding |
ApplicationWrapper.createMethodBinding(java.lang.String ref,
java.lang.Class<?>[] params)
The default behavior of this method
is to call |
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 |
ValueBinding |
ApplicationWrapper.createValueBinding(java.lang.String ref)
The default behavior of this method
is to call |
abstract ValueBinding |
Application.createValueBinding(java.lang.String ref)
Deprecated. This has been replaced by calling Application.getExpressionFactory() then ExpressionFactory#createValueExpression . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |