Package org.apache.commons.el


package org.apache.commons.el
  • Classes
    Class
    Description
    The implementation of the and operator
    This is the superclass for all binary arithmetic operators
    Represents an operator that obtains a Map entry, an indexed value, a property value, or an indexed property value of an object.
    This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write method.
    Manages the BeanInfo for one class - contains the BeanInfo, and also a mapping from property name to BeanInfoProperty.
    This contains the information for one property in a BeanInfo - PropertyDescriptor, read method, and write method.
    This is the superclass for all binary operators
    An expression representing a binary operator on a value
    An expression representing a boolean literal value
    This class contains the logic for coercing data types before operators are applied to them.
    Represents a dynamic value, which consists of a prefix and an optional set of ValueSuffix elements.
    Represents a conditional expression.
    This contains all of the non-public constants, including messsage strings read from the resource file.
    The implementation of the divide operator
    The implementation of the empty operator
    This is a Map implementation driven by a data source that only provides an enumeration of keys and a getValue(key) method.
    This is the superclass for all equality operators (==, !=)
    The implementation of the equals operator
    The abstract class from which all expression types derive.
    This is the main class for evaluating expression Strings.
    Represents an expression String consisting of a mixture of Strings and Expressions.
    An expression representing a floating point literal value.
    Represents a function call.
    The implementation of the greater than operator
    The implementation of the greater than or equals operator
    This class is used to generate the implicit Map and List objects that wrap various elements of the PageContext.
    The implementation of the integer divide operator
    An expression representing an integer literal value.
    The implementation of the less than operator
    The implementation of the less than or equals operator
    An expression representing a literal value
    The evaluator may pass an instance of this class to operators and expressions during evaluation.
    The implementation of the minus operator
    The implementation of the modulus operator
    The implementation of the multiply operator
    Represents a name that can be used as the first element of a value.
    The implementation of the not equals operator
    The implementation of the not operator
    An expression representing a null literal value
    The implementation of the or operator
    The implementation of the plus operator
    This converts primitive values to their Object counterparts.
    Represents an operator that obtains the value of another value's property.
    This is the superclass for all relational operators (except == or !=)
    An expression representing a String literal value.
    The implementation of the unary minus operator
    This is the superclass for all unary operators
    An expression representing one or more unary operators on a value
    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).
    This is the JSTL-specific implementation of VariableResolver.