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
Fields in ognl declared as OgnlExpressionCompiler Modifier and Type Field Description private static OgnlExpressionCompilerOgnlRuntime. _compilerExpression compiler used byOgnl.compileExpression(OgnlContext, Object, String)calls.Methods in ognl that return OgnlExpressionCompiler Modifier and Type Method Description static OgnlExpressionCompilerOgnlRuntime. getCompiler()Methods in ognl with parameters of type OgnlExpressionCompiler Modifier and Type Method Description static voidOgnlRuntime. setCompiler(OgnlExpressionCompiler compiler) -
Uses of OgnlExpressionCompiler in ognl.enhance
Classes in ognl.enhance that implement OgnlExpressionCompiler Modifier and Type Class Description classExpressionCompilerResponsible for managing/providing functionality related to compiling generated java source expressions via bytecode enhancements for a given ognl expression.
-