Package | Description |
---|---|
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.
|
javax.faces.component |
Fundamental APIs for user
interface components.
|
javax.faces.el |
DEPRECATED Classes and interfaces for evaluating and
processing reference expressions.
|
Class and Description |
---|
MethodBinding
Deprecated.
This has been replaced by
MethodExpression . |
PropertyResolver
Deprecated.
This has been replaced by
ELResolver . |
ReferenceSyntaxException
Deprecated.
This has been replaced by
ELException . |
ValueBinding
Deprecated.
This has been replaced by
ValueExpression . |
VariableResolver
Deprecated.
|
Class and Description |
---|
MethodBinding
Deprecated.
This has been replaced by
MethodExpression . |
ValueBinding
Deprecated.
This has been replaced by
ValueExpression . |
Class and Description |
---|
EvaluationException
Deprecated.
This has been replaced by
ELException . |
MethodNotFoundException
Deprecated.
This has been replaced by
MethodNotFoundException . |
PropertyNotFoundException
Deprecated.
This has been replaced by
PropertyNotFoundException . |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.