站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v5.0 API Specifications

javax.faces.el (Java EE 5 SDK) - Java Platform, Enterprise Edition v5.0 API Specifications

Java EE 5 SDK

Package javax.faces.el

DEPRECATED Classes and interfaces for evaluating and processing reference expressions.

See:
          Description

Class Summary
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. This has been replaced by ELResolver when operating with a null base argument.
 

Exception Summary
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.
 

Package javax.faces.el Description

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.


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.