Uses of Interface
ognl.OgnlParserConstants
Packages that use OgnlParserConstants
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of OgnlParserConstants in ognl
Classes in ognl that implement OgnlParserConstantsModifier and TypeClassDescriptionclass
OgnlParser is a JavaCC parser class; it translates OGNL expressions into abstract syntax trees (ASTs) that can then be interpreted by the getValue and setValue methods.class
Token Manager.