See: Description
Interface | Description |
---|---|
CompositeComponentExpressionHolder |
This interface must be implemented by the
Map
returned by the composite component ELResolver ,
described in section JSF.5.6.2.2 of the specification, when
evaluating #{cc.attrs} epressions. |
Class | Description |
---|---|
MethodBinding | Deprecated
This has been replaced by
MethodExpression . |
PropertyResolver | Deprecated
This has been replaced by
ELResolver . |
ValueBinding | Deprecated
This has been replaced by
ValueExpression . |
VariableResolver | Deprecated |
Exception | 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 . |
ReferenceSyntaxException | Deprecated
This has been replaced by
ELException . |
DEPRECATED Classes and interfaces for evaluating and
processing reference expressions. The main class in this package is
ValueBinding
, which is the runtime representation
of a reference expression. ValueBinding
provides methods
to get and set the value of the expression.
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.