Uses of Interface
ognl.enhance.OgnlExpressionCompiler
Packages that use OgnlExpressionCompiler
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of OgnlExpressionCompiler in ognl
Methods in ognl that return OgnlExpressionCompilerMethods in ognl with parameters of type OgnlExpressionCompilerModifier and TypeMethodDescriptionstatic void
OgnlRuntime.setCompiler
(OgnlExpressionCompiler compiler) -
Uses of OgnlExpressionCompiler in ognl.enhance
Classes in ognl.enhance that implement OgnlExpressionCompilerModifier and TypeClassDescriptionclass
Responsible for managing/providing functionality related to compiling generated java source expressions via bytecode enhancements for a given ognl expression.