Library:Apache Jakarta Commons EL
Version:1.0
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons EL.
NamePackageDescription
AndOperatororg.apache.commons.el

The implementation of the and operator

ArithmeticOperatororg.apache.commons.el

This is the superclass for all binary arithmetic operators

ArraySuffixorg.apache.commons.el

Represents an operator that obtains a Map entry, an indexed value, a property value, or an indexed property value of an object.

BeanInfoIndexedPropertyorg.apache.commons.el

This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write method.

BeanInfoManagerorg.apache.commons.el

Manages the BeanInfo for one class - contains the BeanInfo, and also a mapping from property name to BeanInfoProperty.

BeanInfoPropertyorg.apache.commons.el

This contains the information for one property in a BeanInfo - PropertyDescriptor, read method, and write method.

BinaryOperatororg.apache.commons.el

This is the superclass for all binary operators

BinaryOperatorExpressionorg.apache.commons.el

An expression representing a binary operator on a value

BooleanLiteralorg.apache.commons.el

An expression representing a boolean literal value

Coercionsorg.apache.commons.el

This class contains the logic for coercing data types before operators are applied to them.

ComplexValueorg.apache.commons.el

Represents a dynamic value, which consists of a prefix and an optional set of ValueSuffix elements.

ConditionalExpressionorg.apache.commons.el

Represents a conditional expression.

Constantsorg.apache.commons.el

This contains all of the non-public constants, including messsage strings read from the resource file.

DivideOperatororg.apache.commons.el

The implementation of the divide operator

ELParserorg.apache.commons.el.parserGenerated EL parser.
ELParserTokenManagerorg.apache.commons.el.parserNo description provided.
EmptyOperatororg.apache.commons.el

The implementation of the empty operator

EnumeratedMaporg.apache.commons.el

This is a Map implementation driven by a data source that only provides an enumeration of keys and a getValue(key) method.

EqualityOperatororg.apache.commons.el

This is the superclass for all equality operators (==, !=)

EqualsOperatororg.apache.commons.el

The implementation of the equals operator

Expressionorg.apache.commons.el

The abstract class from which all expression types derive.

ExpressionEvaluatorImplorg.apache.commons.el

This is the main class for evaluating expression Strings.

ExpressionStringorg.apache.commons.el

Represents an expression String consisting of a mixture of Strings and Expressions.

FloatingPointLiteralorg.apache.commons.el

An expression representing a floating point literal value.

FunctionInvocationorg.apache.commons.el

Represents a function call.

GreaterThanOperatororg.apache.commons.el

The implementation of the greater than operator

GreaterThanOrEqualsOperatororg.apache.commons.el

The implementation of the greater than or equals operator

ImplicitObjectsorg.apache.commons.el

This class is used to generate the implicit Map and List objects that wrap various elements of the PageContext.

IntegerDivideOperatororg.apache.commons.el

The implementation of the integer divide operator

IntegerLiteralorg.apache.commons.el

An expression representing an integer literal value.

LessThanOperatororg.apache.commons.el

The implementation of the less than operator

LessThanOrEqualsOperatororg.apache.commons.el

The implementation of the less than or equals operator

Literalorg.apache.commons.el

An expression representing a literal value

Loggerorg.apache.commons.el

The evaluator may pass an instance of this class to operators and expressions during evaluation.

MinusOperatororg.apache.commons.el

The implementation of the minus operator

ModulusOperatororg.apache.commons.el

The implementation of the modulus operator

MultiplyOperatororg.apache.commons.el

The implementation of the multiply operator

NamedValueorg.apache.commons.el

Represents a name that can be used as the first element of a value.

NotEqualsOperatororg.apache.commons.el

The implementation of the not equals operator

NotOperatororg.apache.commons.el

The implementation of the not operator

NullLiteralorg.apache.commons.el

An expression representing a null literal value

OrOperatororg.apache.commons.el

The implementation of the or operator

PlusOperatororg.apache.commons.el

The implementation of the plus operator

PropertySuffixorg.apache.commons.el

Represents an operator that obtains the value of another value's property.

RelationalOperatororg.apache.commons.el

This is the superclass for all relational operators (except == or !=)

SimpleCharStreamorg.apache.commons.el.parserAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
StringLiteralorg.apache.commons.el

An expression representing a String literal value.

Tokenorg.apache.commons.el.parserDescribes the input token stream.
UnaryMinusOperatororg.apache.commons.el

The implementation of the unary minus operator

UnaryOperatororg.apache.commons.el

This is the superclass for all unary operators

UnaryOperatorExpressionorg.apache.commons.el

An expression representing one or more unary operators on a value

ValueSuffixorg.apache.commons.el

Represents an element that can appear as a suffix in a complex value, such as a property or index operator, or a method call (should they ever need to be supported).

VariableResolverImplorg.apache.commons.el

This is the JSTL-specific implementation of VariableResolver.

Search