Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G I K L M N O P R S T U V Z

A

ARITH_ERROR - Static variable in class org.apache.commons.el.Constants
 
ARITH_OP_BAD_TYPE - Static variable in class org.apache.commons.el.Constants
 
ARITH_OP_NULL - Static variable in class org.apache.commons.el.Constants
 
ATTRIBUTE_EVALUATION_EXCEPTION - Static variable in class org.apache.commons.el.Constants
 
ATTRIBUTE_PARSE_EXCEPTION - Static variable in class org.apache.commons.el.Constants
 
AndOperator - class org.apache.commons.el.AndOperator.
The implementation of the and operator
AndOperator() - Constructor for class org.apache.commons.el.AndOperator
Constructor
ArithmeticOperator - class org.apache.commons.el.ArithmeticOperator.
This is the superclass for all binary arithmetic operators
ArithmeticOperator() - Constructor for class org.apache.commons.el.ArithmeticOperator
 
ArraySuffix - class org.apache.commons.el.ArraySuffix.
Represents an operator that obtains a Map entry, an indexed value, a property value, or an indexed property value of an object.
ArraySuffix(Expression) - Constructor for class org.apache.commons.el.ArraySuffix
Constructor
addEscapes(String) - Static method in class org.apache.commons.el.ExpressionEvaluatorImpl
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
apply(Object, Object, Logger) - Method in class org.apache.commons.el.AndOperator
Applies the operator to the given value
apply(Object, Object, Logger) - Method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given double values, returning a double
apply(long, long) - Method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given double values, returning a double
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(Object, Object, Logger) - Method in class org.apache.commons.el.BinaryOperator
Applies the operator to the given pair of values
apply(Object, Object, Logger) - Method in class org.apache.commons.el.DivideOperator
Applies the operator to the given value
apply(Object, Logger) - Method in class org.apache.commons.el.EmptyOperator
Applies the operator to the given value
apply(Object, Object, Logger) - Method in class org.apache.commons.el.EqualityOperator
Applies the operator to the given value
apply(boolean, Logger) - Method in class org.apache.commons.el.EqualityOperator
Applies the operator given the fact that the two elements are equal.
apply(boolean, Logger) - Method in class org.apache.commons.el.EqualsOperator
Applies the operator given the fact that the two elements are equal.
apply(Object, Object, Logger) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given double values
apply(long, long) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given long values
apply(String, String) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given String values
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(Object, Object, Logger) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given double values
apply(long, long) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given long values
apply(String, String) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given String values
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(Object, Object, Logger) - Method in class org.apache.commons.el.IntegerDivideOperator
Applies the operator to the given value
apply(Object, Object, Logger) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given double values
apply(long, long) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given long values
apply(String, String) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given String values
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(Object, Object, Logger) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given double values
apply(long, long) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given long values
apply(String, String) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given String values
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(double, double) - Method in class org.apache.commons.el.MinusOperator
Applies the operator to the given double values, returning a double
apply(long, long) - Method in class org.apache.commons.el.MinusOperator
Applies the operator to the given double values, returning a double
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.MinusOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.MinusOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(Object, Object, Logger) - Method in class org.apache.commons.el.ModulusOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given double values, returning a double
apply(long, long) - Method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given double values, returning a double
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(boolean, Logger) - Method in class org.apache.commons.el.NotEqualsOperator
Applies the operator given the fact that the two elements are equal.
apply(Object, Logger) - Method in class org.apache.commons.el.NotOperator
Applies the operator to the given value
apply(Object, Object, Logger) - Method in class org.apache.commons.el.OrOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.PlusOperator
Applies the operator to the given double values, returning a double
apply(long, long) - Method in class org.apache.commons.el.PlusOperator
Applies the operator to the given double values, returning a double
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.PlusOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.PlusOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(Object, Object, Logger) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given double values
apply(long, long) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given long values
apply(String, String) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given String values
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(Object, Logger) - Method in class org.apache.commons.el.UnaryMinusOperator
Applies the operator to the given value
apply(Object, Logger) - Method in class org.apache.commons.el.UnaryOperator
Applies the operator to the given value
applyArithmeticOperator(Object, Object, ArithmeticOperator, Logger) - Static method in class org.apache.commons.el.Coercions
Performs all of the necessary type conversions, then calls on the appropriate operator.
applyEqualityOperator(Object, Object, EqualityOperator, Logger) - Static method in class org.apache.commons.el.Coercions
Performs all of the necessary type conversions, then calls on the appropriate operator.
applyRelationalOperator(Object, Object, RelationalOperator, Logger) - Static method in class org.apache.commons.el.Coercions
Performs all of the necessary type conversions, then calls on the appropriate operator.
argumentList - Variable in class org.apache.commons.el.FunctionInvocation
 

B

BAD_IMPLICIT_OBJECT - Static variable in class org.apache.commons.el.Constants
 
BAD_INDEX_VALUE - Static variable in class org.apache.commons.el.Constants
 
BOOLEAN_TO_CHARACTER - Static variable in class org.apache.commons.el.Constants
 
BOOLEAN_TO_NUMBER - Static variable in class org.apache.commons.el.Constants
 
BYTE_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
 
BYTE_UPPER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
 
BeanInfoIndexedProperty - class org.apache.commons.el.BeanInfoIndexedProperty.
This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write method.
BeanInfoIndexedProperty(Method, Method, IndexedPropertyDescriptor) - Constructor for class org.apache.commons.el.BeanInfoIndexedProperty
Constructor
BeanInfoManager - class org.apache.commons.el.BeanInfoManager.
Manages the BeanInfo for one class - contains the BeanInfo, and also a mapping from property name to BeanInfoProperty.
BeanInfoManager(Class) - Constructor for class org.apache.commons.el.BeanInfoManager
Constructor
BeanInfoProperty - class org.apache.commons.el.BeanInfoProperty.
This contains the information for one property in a BeanInfo - PropertyDescriptor, read method, and write method.
BeanInfoProperty(Method, Method, PropertyDescriptor) - Constructor for class org.apache.commons.el.BeanInfoProperty
Constructor
BinaryOperator - class org.apache.commons.el.BinaryOperator.
This is the superclass for all binary operators
BinaryOperator() - Constructor for class org.apache.commons.el.BinaryOperator
Constructor
BinaryOperatorExpression - class org.apache.commons.el.BinaryOperatorExpression.
An expression representing a binary operator on a value
BinaryOperatorExpression(Expression, List, List) - Constructor for class org.apache.commons.el.BinaryOperatorExpression
Constructor
BooleanLiteral - class org.apache.commons.el.BooleanLiteral.
An expression representing a boolean literal value
BooleanLiteral(String) - Constructor for class org.apache.commons.el.BooleanLiteral
Constructor

C

CANT_FIND_INDEX - Static variable in class org.apache.commons.el.Constants
 
CANT_GET_INDEXED_PROPERTY - Static variable in class org.apache.commons.el.Constants
 
CANT_GET_INDEXED_VALUE_OF_NULL - Static variable in class org.apache.commons.el.Constants
 
CANT_GET_NULL_INDEX - Static variable in class org.apache.commons.el.Constants
 
CANT_GET_PROPERTY_OF_NULL - Static variable in class org.apache.commons.el.Constants
 
CHARACTER_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
 
CHARACTER_UPPER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
 
COERCE_TO_BOOLEAN - Static variable in class org.apache.commons.el.Constants
 
COERCE_TO_CHARACTER - Static variable in class org.apache.commons.el.Constants
 
COERCE_TO_NUMBER - Static variable in class org.apache.commons.el.Constants
 
COERCE_TO_OBJECT - Static variable in class org.apache.commons.el.Constants
 
COMPARABLE_ERROR - Static variable in class org.apache.commons.el.Constants
 
Coercions - class org.apache.commons.el.Coercions.
This class contains the logic for coercing data types before operators are applied to them.
Coercions() - Constructor for class org.apache.commons.el.Coercions
 
ComplexValue - class org.apache.commons.el.ComplexValue.
Represents a dynamic value, which consists of a prefix and an optional set of ValueSuffix elements.
ComplexValue(Expression, List) - Constructor for class org.apache.commons.el.ComplexValue
Constructor
ConditionalExpression - class org.apache.commons.el.ConditionalExpression.
Represents a conditional expression.
ConditionalExpression(Expression, Expression, Expression) - Constructor for class org.apache.commons.el.ConditionalExpression
Constructor
Constants - class org.apache.commons.el.Constants.
This contains all of the non-public constants, including messsage strings read from the resource file.
Constants() - Constructor for class org.apache.commons.el.Constants
 
checkInitialized(Logger) - Method in class org.apache.commons.el.BeanInfoManager
Makes sure that this class has been initialized, and synchronizes the initialization if it's required.
clear() - Method in class org.apache.commons.el.EnumeratedMap
 
coerce(Object, Class, Logger) - Static method in class org.apache.commons.el.Coercions
Coerces the given value to the specified class.
coerceToBoolean(Object, Logger) - Static method in class org.apache.commons.el.Coercions
Coerces a value to a Boolean
coerceToCharacter(Object, Logger) - Static method in class org.apache.commons.el.Coercions
Coerces a value to a Character
coerceToInteger(Object, Logger) - Static method in class org.apache.commons.el.Coercions
Coerces a value to an Integer, returning null if the coercion isn't possible.
coerceToObject(Object, Class, Logger) - Static method in class org.apache.commons.el.Coercions
Coerces a value to the specified Class that is not covered by any of the above cases
coerceToPrimitiveNumber(Object, Class, Logger) - Static method in class org.apache.commons.el.Coercions
Coerces a value to the given primitive number class
coerceToPrimitiveNumber(long, Class) - Static method in class org.apache.commons.el.Coercions
Coerces a long to the given primitive number class
coerceToPrimitiveNumber(double, Class) - Static method in class org.apache.commons.el.Coercions
Coerces a double to the given primitive number class
coerceToPrimitiveNumber(Number, Class) - Static method in class org.apache.commons.el.Coercions
Coerces a Number to the given primitive number class
coerceToPrimitiveNumber(String, Class) - Static method in class org.apache.commons.el.Coercions
Coerces a String to the given primitive number class
coerceToString(Object, Logger) - Static method in class org.apache.commons.el.Coercions
Coerces the specified value to a String
containsKey(Object) - Method in class org.apache.commons.el.EnumeratedMap
 
containsValue(Object) - Method in class org.apache.commons.el.EnumeratedMap
 
convertStaticValueToExpectedType(String, Class, Logger) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
Converts the given String, specified as a static expression string, to the given expected type.
convertToExpectedType(Object, Class, Logger) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
Converts the given value to the specified expected type.
convertToMap() - Method in class org.apache.commons.el.EnumeratedMap
Converts to a Map
createApplicationScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that "wraps" application-scoped attributes
createBeanInfoManager(Class) - Static method in class org.apache.commons.el.BeanInfoManager
Creates and registers the BeanInfoManager for the given class if it isn't already registered.
createBytes() - Static method in class org.apache.commons.el.PrimitiveObjects
 
createCharacters() - Static method in class org.apache.commons.el.PrimitiveObjects
 
createCookieMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps cookie name to the first matching Cookie in request.getCookies().
createHeaderMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps header name to single header value.
createHeadersMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps header name to an array of header values.
createInitParamMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps init parameter name to single init parameter value.
createIntegers() - Static method in class org.apache.commons.el.PrimitiveObjects
 
createLongs() - Static method in class org.apache.commons.el.PrimitiveObjects
 
createPageScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that "wraps" page-scoped attributes
createParamMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps parameter name to single parameter value.
createParamsMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps parameter name to an array of parameter values.
createRequestScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that "wraps" request-scoped attributes
createSessionScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that "wraps" session-scoped attributes
createShorts() - Static method in class org.apache.commons.el.PrimitiveObjects
 

D

DivideOperator - class org.apache.commons.el.DivideOperator.
The implementation of the divide operator
DivideOperator() - Constructor for class org.apache.commons.el.DivideOperator
Constructor

E

EMPTY_STRING_TO_CHARACTER - Static variable in class org.apache.commons.el.Constants
 
ERROR_GETTING_PROPERTY - Static variable in class org.apache.commons.el.Constants
 
ERROR_IN_EQUALS - Static variable in class org.apache.commons.el.Constants
 
EXCEPTION_ACCESSING_ARRAY - Static variable in class org.apache.commons.el.Constants
 
EXCEPTION_ACCESSING_LIST - Static variable in class org.apache.commons.el.Constants
 
EXCEPTION_GETTING_BEANINFO - Static variable in class org.apache.commons.el.Constants
 
EmptyOperator - class org.apache.commons.el.EmptyOperator.
The implementation of the empty operator
EmptyOperator() - Constructor for class org.apache.commons.el.EmptyOperator
Constructor
EnumeratedMap - class org.apache.commons.el.EnumeratedMap.
This is a Map implementation driven by a data source that only provides an enumeration of keys and a getValue(key) method.
EnumeratedMap() - Constructor for class org.apache.commons.el.EnumeratedMap
 
EqualityOperator - class org.apache.commons.el.EqualityOperator.
This is the superclass for all equality operators (==, !=)
EqualityOperator() - Constructor for class org.apache.commons.el.EqualityOperator
 
EqualsOperator - class org.apache.commons.el.EqualsOperator.
The implementation of the equals operator
EqualsOperator() - Constructor for class org.apache.commons.el.EqualsOperator
Constructor
Expression - class org.apache.commons.el.Expression.
The abstract class from which all expression types derive.
Expression() - Constructor for class org.apache.commons.el.Expression
 
ExpressionEvaluatorImpl - class org.apache.commons.el.ExpressionEvaluatorImpl.
This is the main class for evaluating expression Strings.
ExpressionEvaluatorImpl() - Constructor for class org.apache.commons.el.ExpressionEvaluatorImpl
Constructor
ExpressionEvaluatorImpl(boolean) - Constructor for class org.apache.commons.el.ExpressionEvaluatorImpl
Constructor
ExpressionEvaluatorImpl.JSTLExpression - class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression.
An object that encapsulates an expression to be evaluated by the JSTL evaluator.
ExpressionEvaluatorImpl.JSTLExpression(ExpressionEvaluatorImpl, String, Class, FunctionMapper) - Constructor for class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
 
ExpressionString - class org.apache.commons.el.ExpressionString.
Represents an expression String consisting of a mixture of Strings and Expressions.
ExpressionString(Object[]) - Constructor for class org.apache.commons.el.ExpressionString
Constructor
entrySet() - Method in class org.apache.commons.el.EnumeratedMap
 
enumerateKeys() - Method in class org.apache.commons.el.EnumeratedMap
Returns an enumeration of the keys
evaluate(Object, VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ArraySuffix
Evaluates the expression in the given context, operating on the given value.
evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.BinaryOperatorExpression
Evaluates to the literal value
evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ComplexValue
Evaluates by evaluating the prefix, then applying the suffixes
evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ConditionalExpression
Evaluates the conditional expression and returns the literal result
evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.Expression
Evaluates the expression in the given context
evaluate(VariableResolver) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
 
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
Evaluates the given expression String
evaluate(String, Class, VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
Evaluates the given expression string
evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ExpressionString
Evaluates the expression string by evaluating each element, converting it to a String (using toString, or "" for null values) and concatenating the results into a single String.
evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.FunctionInvocation
Evaluates by looking up the name in the VariableResolver
evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.Literal
Evaluates to the literal value
evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.NamedValue
Evaluates by looking up the name in the VariableResolver
evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.UnaryOperatorExpression
Evaluates to the literal value
evaluate(Object, VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ValueSuffix
Evaluates the expression in the given context, operating on the given value.
evaluateIndex(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ArraySuffix
Gets the value of the index
evaluateIndex(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.PropertySuffix
Gets the value of the index
evaluator - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
 
expectedType - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
 
expression - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
 

F

FALSE - Static variable in class org.apache.commons.el.BooleanLiteral
 
FUNCTION_INVOCATION_ERROR - Static variable in class org.apache.commons.el.Constants
 
FloatingPointLiteral - class org.apache.commons.el.FloatingPointLiteral.
An expression representing a floating point literal value.
FloatingPointLiteral(String) - Constructor for class org.apache.commons.el.FloatingPointLiteral
Constructor
FunctionInvocation - class org.apache.commons.el.FunctionInvocation.
Represents a function call.
FunctionInvocation(String, List) - Constructor for class org.apache.commons.el.FunctionInvocation
Constructor
fMapper - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
 
formatParseException(String, ParseException) - Static method in class org.apache.commons.el.ExpressionEvaluatorImpl
Formats a ParseException into an error message suitable for displaying on a web page
fromLiteralValue(String) - Static method in class org.apache.commons.el.StringLiteral
Returns a StringLiteral with the given string value
fromToken(String) - Static method in class org.apache.commons.el.StringLiteral
Returns a StringLiteral parsed from the given token (enclosed by single or double quotes)
functionName - Variable in class org.apache.commons.el.FunctionInvocation
 

G

GreaterThanOperator - class org.apache.commons.el.GreaterThanOperator.
The implementation of the greater than operator
GreaterThanOperator() - Constructor for class org.apache.commons.el.GreaterThanOperator
Constructor
GreaterThanOrEqualsOperator - class org.apache.commons.el.GreaterThanOrEqualsOperator.
The implementation of the greater than or equals operator
GreaterThanOrEqualsOperator() - Constructor for class org.apache.commons.el.GreaterThanOrEqualsOperator
Constructor
get(Object) - Method in class org.apache.commons.el.EnumeratedMap
 
getApplicationScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that "wraps" application-scoped attributes
getArgumentList() - Method in class org.apache.commons.el.FunctionInvocation
 
getAsMap() - Method in class org.apache.commons.el.EnumeratedMap
Converts the MapSource to a Map.
getBeanClass() - Method in class org.apache.commons.el.BeanInfoManager
 
getBeanInfo(Logger) - Method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfo for the class
getBeanInfoIndexedProperty(Class, String, Logger) - Static method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfoIndexedProperty for the specified property in the given class, or null if not found.
getBeanInfoManager(Class) - Static method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfoManager for the specified class
getBeanInfoProperty(Class, String, Logger) - Static method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfoProperty for the specified property in the given class, or null if not found.
getBoolean(boolean) - Static method in class org.apache.commons.el.PrimitiveObjects
 
getByte(byte) - Static method in class org.apache.commons.el.PrimitiveObjects
 
getCharacter(char) - Static method in class org.apache.commons.el.PrimitiveObjects
 
getCondition() - Method in class org.apache.commons.el.ConditionalExpression
 
getCookieMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps cookie name to the first matching Cookie in request.getCookies().
getDouble(double) - Static method in class org.apache.commons.el.PrimitiveObjects
 
getElements() - Method in class org.apache.commons.el.ExpressionString
 
getEventSet(String, Logger) - Method in class org.apache.commons.el.BeanInfoManager
Returns the EventSetDescriptor for the given event set name, or null if not found.
getExpression() - Method in class org.apache.commons.el.BinaryOperatorExpression
 
getExpression() - Method in class org.apache.commons.el.UnaryOperatorExpression
 
getExpressionString() - Method in class org.apache.commons.el.ArraySuffix
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.BinaryOperatorExpression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.BooleanLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.ComplexValue
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.ConditionalExpression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.Expression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.ExpressionString
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.FloatingPointLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.FunctionInvocation
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.IntegerLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.NamedValue
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.NullLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.PropertySuffix
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.StringLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.UnaryOperatorExpression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.ValueSuffix
Returns the expression in the expression language syntax
getExpressions() - Method in class org.apache.commons.el.BinaryOperatorExpression
 
getFalseBranch() - Method in class org.apache.commons.el.ConditionalExpression
 
getFloat(float) - Static method in class org.apache.commons.el.PrimitiveObjects
 
getFunctionName() - Method in class org.apache.commons.el.FunctionInvocation
 
getHeaderMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps header name to a single header values.
getHeadersMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps header name to an array of header values.
getImplicitObjects(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Finds the ImplicitObjects associated with the PageContext, creating it if it doesn't yet exist.
getIndex() - Method in class org.apache.commons.el.ArraySuffix
 
getIndexedProperty(String, Logger) - Method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfoIndexedProperty for the given property name, or null if not found.
getIndexedPropertyDescriptor() - Method in class org.apache.commons.el.BeanInfoIndexedProperty
 
getInitParamMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps init parameter name to a single init parameter values.
getInteger(int) - Static method in class org.apache.commons.el.PrimitiveObjects
 
getLong(long) - Static method in class org.apache.commons.el.PrimitiveObjects
 
getName() - Method in class org.apache.commons.el.NamedValue
 
getName() - Method in class org.apache.commons.el.PropertySuffix
 
getOperator() - Method in class org.apache.commons.el.UnaryOperatorExpression
 
getOperatorSymbol() - Method in class org.apache.commons.el.AndOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.ArraySuffix
Returns the operator symbol
getOperatorSymbol() - Method in class org.apache.commons.el.BinaryOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.DivideOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.EmptyOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.EqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.GreaterThanOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.IntegerDivideOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.LessThanOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.MinusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.ModulusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.MultiplyOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.NotEqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.NotOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.OrOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.PlusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.PropertySuffix
Returns the operator symbol
getOperatorSymbol() - Method in class org.apache.commons.el.UnaryMinusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.UnaryOperator
Returns the symbol representing the operator
getOperators() - Method in class org.apache.commons.el.BinaryOperatorExpression
 
getOperators() - Method in class org.apache.commons.el.UnaryOperatorExpression
 
getOrCreateExpectedTypeMap(Class) - Static method in class org.apache.commons.el.ExpressionEvaluatorImpl
Creates or returns the Map that maps string literals to parsed values for the specified expected type.
getPageScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that "wraps" page-scoped attributes
getParamMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps parameter name to a single parameter values.
getParamsMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps parameter name to an array of parameter values.
getPrefix() - Method in class org.apache.commons.el.ComplexValue
 
getPrimitiveObjectClass(Class) - Static method in class org.apache.commons.el.PrimitiveObjects
If the given class is a primitive class, returns the object version of that class.
getProperty(String, Logger) - Method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfoProperty for the given property name, or null if not found.
getPropertyDescriptor() - Method in class org.apache.commons.el.BeanInfoProperty
 
getPublicMethod(Method) - Static method in class org.apache.commons.el.BeanInfoManager
Returns a publicly-accessible version of the given method, by searching for a public declaring class.
getPublicMethod(Class, Method) - Static method in class org.apache.commons.el.BeanInfoManager
If the given class is public and has a Method that declares the same name and arguments as the given method, then that method is returned.
getReadMethod() - Method in class org.apache.commons.el.BeanInfoIndexedProperty
 
getReadMethod() - Method in class org.apache.commons.el.BeanInfoProperty
 
getRequestScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that "wraps" request-scoped attributes
getSessionScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that "wraps" session-scoped attributes
getShort(short) - Static method in class org.apache.commons.el.PrimitiveObjects
 
getStringResource(String) - Static method in class org.apache.commons.el.Constants
 
getSuffixes() - Method in class org.apache.commons.el.ComplexValue
 
getTrueBranch() - Method in class org.apache.commons.el.ConditionalExpression
 
getValue(Object) - Method in class org.apache.commons.el.EnumeratedMap
Returns the value associated with the given key, or null if not found.
getValue() - Method in class org.apache.commons.el.Literal
 
getValueFromToken(String) - Static method in class org.apache.commons.el.BooleanLiteral
Parses the given token into the literal value
getValueFromToken(String) - Static method in class org.apache.commons.el.FloatingPointLiteral
Parses the given token into the literal value
getValueFromToken(String) - Static method in class org.apache.commons.el.IntegerLiteral
Parses the given token into the literal value
getValueFromToken(String) - Static method in class org.apache.commons.el.StringLiteral
Parses the given token into the literal value
getWriteMethod() - Method in class org.apache.commons.el.BeanInfoIndexedProperty
 
getWriteMethod() - Method in class org.apache.commons.el.BeanInfoProperty
 

I

INAPPROPRIATE_FUNCTION_ARG_COUNT - Static variable in class org.apache.commons.el.Constants
 
INTEGER_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
 
INTEGER_UPPER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
 
ImplicitObjects - class org.apache.commons.el.ImplicitObjects.
This class is used to generate the implicit Map and List objects that wrap various elements of the PageContext.
ImplicitObjects(PageContext) - Constructor for class org.apache.commons.el.ImplicitObjects
Constructor
IntegerDivideOperator - class org.apache.commons.el.IntegerDivideOperator.
The implementation of the integer divide operator
IntegerDivideOperator() - Constructor for class org.apache.commons.el.IntegerDivideOperator
Constructor
IntegerLiteral - class org.apache.commons.el.IntegerLiteral.
An expression representing an integer literal value.
IntegerLiteral(String) - Constructor for class org.apache.commons.el.IntegerLiteral
Constructor
initialize(Logger) - Method in class org.apache.commons.el.BeanInfoManager
Initializes by mapping property names to BeanInfoProperties
isBigDecimal(Object) - Static method in class org.apache.commons.el.Coercions
Returns true if the given object is BigDecimal.
isBigInteger(Object) - Static method in class org.apache.commons.el.Coercions
Returns true if the given object is BigInteger.
isEmpty() - Method in class org.apache.commons.el.EnumeratedMap
 
isEqual(int) - Method in class org.apache.commons.el.RelationalOperator
Test return value of BigInteger/BigDecimal A.compareTo(B).
isFloatingPointString(Object) - Static method in class org.apache.commons.el.Coercions
Returns true if the given string might contain a floating point number - i.e., it contains ".", "e", or "E"
isFloatingPointType(Object) - Static method in class org.apache.commons.el.Coercions
Returns true if the given Object is of a floating point type
isFloatingPointType(Class) - Static method in class org.apache.commons.el.Coercions
Returns true if the given class is of a floating point type
isGreater(int) - Method in class org.apache.commons.el.RelationalOperator
Test return value of BigInteger/BigDecimal A.compareTo(B).
isIntegerType(Object) - Static method in class org.apache.commons.el.Coercions
Returns true if the given Object is of an integer type
isIntegerType(Class) - Static method in class org.apache.commons.el.Coercions
Returns true if the given class is of an integer type
isJavaIdentifier(String) - Static method in class org.apache.commons.el.StringLiteral
Returns true if the specified value is a legal java identifier
isLess(int) - Method in class org.apache.commons.el.RelationalOperator
Test return value of BigInteger/BigDecimal A.compareTo(B).
isLoggingError() - Method in class org.apache.commons.el.Logger
Returns true if the application should even bother to try logging an error.
isLoggingWarning() - Method in class org.apache.commons.el.Logger
Returns true if the application should even bother to try logging a warning.
isMutable() - Method in class org.apache.commons.el.EnumeratedMap
Returns true if it is possible for this data source to change
isNumberClass(Class) - Static method in class org.apache.commons.el.Coercions
Returns true if the given class is Byte, Short, Integer, Long, Float, Double, BigInteger, or BigDecimal

K

keySet() - Method in class org.apache.commons.el.EnumeratedMap
 

L

LONG_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
 
LONG_UPPER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
 
LessThanOperator - class org.apache.commons.el.LessThanOperator.
The implementation of the less than operator
LessThanOperator() - Constructor for class org.apache.commons.el.LessThanOperator
Constructor
LessThanOrEqualsOperator - class org.apache.commons.el.LessThanOrEqualsOperator.
The implementation of the less than or equals operator
LessThanOrEqualsOperator() - Constructor for class org.apache.commons.el.LessThanOrEqualsOperator
Constructor
Literal - class org.apache.commons.el.Literal.
An expression representing a literal value
Literal(Object) - Constructor for class org.apache.commons.el.Literal
Constructor
Logger - class org.apache.commons.el.Logger.
The evaluator may pass an instance of this class to operators and expressions during evaluation.
Logger(PrintStream) - Constructor for class org.apache.commons.el.Logger
Constructor
logError(String, Throwable) - Method in class org.apache.commons.el.Logger
Logs an error
logError(String) - Method in class org.apache.commons.el.Logger
Logs an error
logError(Throwable) - Method in class org.apache.commons.el.Logger
Logs an error
logError(String, Object) - Method in class org.apache.commons.el.Logger
Logs an error
logError(String, Throwable, Object) - Method in class org.apache.commons.el.Logger
Logs an error
logError(String, Object, Object) - Method in class org.apache.commons.el.Logger
Logs an error
logError(String, Throwable, Object, Object) - Method in class org.apache.commons.el.Logger
Logs an error
logError(String, Object, Object, Object) - Method in class org.apache.commons.el.Logger
Logs an error
logError(String, Throwable, Object, Object, Object) - Method in class org.apache.commons.el.Logger
Logs an error
logError(String, Object, Object, Object, Object) - Method in class org.apache.commons.el.Logger
Logs an error
logError(String, Throwable, Object, Object, Object, Object) - Method in class org.apache.commons.el.Logger
Logs an error
logError(String, Object, Object, Object, Object, Object) - Method in class org.apache.commons.el.Logger
Logs an error