Library:Apache Jakarta Commons JEXL
Version:1.0
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Commons JEXL.
NamePackageDescription
Expressionorg.apache.commons.jexl

Represents a single JEXL expression.

JexlContextorg.apache.commons.jexlHolds a Map of variables which are referenced in a JEXL expression.
JexlExprResolverorg.apache.commons.jexlA Resolver allows custom resolution of the expression, and can be added in front of the jexl engine, or after in the evaluation
Nodeorg.apache.commons.jexl.parserNo description provided.
ParserConstantsorg.apache.commons.jexl.parserNo description provided.
ParserTreeConstantsorg.apache.commons.jexl.parserNo description provided.
ParserVisitororg.apache.commons.jexl.parserNo description provided.
Uberspectorg.apache.commons.jexl.util.introspection'Federated' introspection/reflection interface to allow the introspection behavior in Velocity to be customized.
UberspectLoggableorg.apache.commons.jexl.util.introspectionMarker interface to let an uberspector indicate it can and wants to log Thanks to Paulo for the suggestion
VelMethodorg.apache.commons.jexl.util.introspectionMethod used for regular method invocation $foo.bar()
VelPropertyGetorg.apache.commons.jexl.util.introspectionInterface defining a 'getter'.
VelPropertySetorg.apache.commons.jexl.util.introspectionInterface used for setting values that appear to be properties in Velocity.
Search