| Library: | Apache Jakarta Commons EL |
| Version: | 1.0 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AndOperator | org.apache.commons.el | The implementation of the and operator |
| ArithmeticOperator | org.apache.commons.el | This is the superclass for all binary arithmetic operators |
| ArraySuffix | org.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. |
| BeanInfoIndexedProperty | org.apache.commons.el | This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write method. |
| BeanInfoManager | org.apache.commons.el | Manages the BeanInfo for one class - contains the BeanInfo, and also a mapping from property name to BeanInfoProperty. |
| BeanInfoProperty | org.apache.commons.el | This contains the information for one property in a BeanInfo - PropertyDescriptor, read method, and write method. |
| BinaryOperator | org.apache.commons.el | This is the superclass for all binary operators |
| BinaryOperatorExpression | org.apache.commons.el | An expression representing a binary operator on a value |
| BooleanLiteral | org.apache.commons.el | An expression representing a boolean literal value |
| Coercions | org.apache.commons.el | This class contains the logic for coercing data types before operators are applied to them. |
| ComplexValue | org.apache.commons.el | Represents a dynamic value, which consists of a prefix and an optional set of ValueSuffix elements. |
| ConditionalExpression | org.apache.commons.el | Represents a conditional expression. |
| Constants | org.apache.commons.el | This contains all of the non-public constants, including messsage strings read from the resource file. |
| DivideOperator | org.apache.commons.el | The implementation of the divide operator |
| ELParser | org.apache.commons.el.parser | Generated EL parser. |
| ELParserTokenManager | org.apache.commons.el.parser | No description provided. |
| EmptyOperator | org.apache.commons.el | The implementation of the empty operator |
| EnumeratedMap | org.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. |
| EqualityOperator | org.apache.commons.el | This is the superclass for all equality operators (==, !=) |
| EqualsOperator | org.apache.commons.el | The implementation of the equals operator |
| Expression | org.apache.commons.el | The abstract class from which all expression types derive. |
| ExpressionEvaluatorImpl | org.apache.commons.el | This is the main class for evaluating expression Strings. |
| ExpressionString | org.apache.commons.el | Represents an expression String consisting of a mixture of Strings and Expressions. |
| FloatingPointLiteral | org.apache.commons.el | An expression representing a floating point literal value. |
| FunctionInvocation | org.apache.commons.el | Represents a function call. |
| GreaterThanOperator | org.apache.commons.el | The implementation of the greater than operator |
| GreaterThanOrEqualsOperator | org.apache.commons.el | The implementation of the greater than or equals operator |
| ImplicitObjects | org.apache.commons.el | This class is used to generate the implicit Map and List objects that wrap various elements of the PageContext. |
| IntegerDivideOperator | org.apache.commons.el | The implementation of the integer divide operator |
| IntegerLiteral | org.apache.commons.el | An expression representing an integer literal value. |
| LessThanOperator | org.apache.commons.el | The implementation of the less than operator |
| LessThanOrEqualsOperator | org.apache.commons.el | The implementation of the less than or equals operator |
| Literal | org.apache.commons.el | An expression representing a literal value |
| Logger | org.apache.commons.el | The evaluator may pass an instance of this class to operators and expressions during evaluation. |
| MinusOperator | org.apache.commons.el | The implementation of the minus operator |
| ModulusOperator | org.apache.commons.el | The implementation of the modulus operator |
| MultiplyOperator | org.apache.commons.el | The implementation of the multiply operator |
| NamedValue | org.apache.commons.el | Represents a name that can be used as the first element of a value. |
| NotEqualsOperator | org.apache.commons.el | The implementation of the not equals operator |
| NotOperator | org.apache.commons.el | The implementation of the not operator |
| NullLiteral | org.apache.commons.el | An expression representing a null literal value |
| OrOperator | org.apache.commons.el | The implementation of the or operator |
| PlusOperator | org.apache.commons.el | The implementation of the plus operator |
| PropertySuffix | org.apache.commons.el | Represents an operator that obtains the value of another value's property. |
| RelationalOperator | org.apache.commons.el | This is the superclass for all relational operators (except == or !=) |
| SimpleCharStream | org.apache.commons.el.parser | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |
| StringLiteral | org.apache.commons.el | An expression representing a String literal value. |
| Token | org.apache.commons.el.parser | Describes the input token stream. |
| UnaryMinusOperator | org.apache.commons.el | The implementation of the unary minus operator |
| UnaryOperator | org.apache.commons.el | This is the superclass for all unary operators |
| UnaryOperatorExpression | org.apache.commons.el | An expression representing one or more unary operators on a value |
| ValueSuffix | org.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). |
| VariableResolverImpl | org.apache.commons.el | This is the JSTL-specific implementation of VariableResolver. |
| Search |




