Ja-Jakarta
Translation

パッケージ javax.servlet.jsp.el

Classes and interfaces for the JSP 2.0 Expression Language API.

参照先:
          説明

インタフェースの概要
FunctionMapper The interface to a map between EL function names and methods.
VariableResolver This class is used to customize the way an ExpressionEvaluator resolves variable references at evaluation time.
 

クラスの概要
Expression The abstract class for a prepared expression.
ExpressionEvaluator The abstract base class for an expression-language evaluator.
 

例外の概要
ELException Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
ELParseException Represents a parsing error encountered while parsing an EL expression.
 

パッケージ javax.servlet.jsp.el の説明

Classes and interfaces for the JSP 2.0 Expression Language API.

The JavaServer Pages(tm) (JSP) 2.0 specification provides a portable API for evaluating "EL Expressions". As of JSP 2.0, EL expressions can be placed directly in the template text of JSP pages and tag files.

This package contains a number of classes and interfaces that describe and define programmatic access to the Expression Language evaluator. This API can also be used by an implementation of JSP to evaluate the expressions, but other implementations, like open-coding into Java bytecodes, are allowed. This package is intended to have no dependencies on other portions of the JSP 2.0 specification.


Ja-Jakarta
Translation

Copyright © 2000- The Apache Software Foundation. All rights Reserved.