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