Uses of Interface
ognl.enhance.OgnlExpressionCompiler

Packages that use OgnlExpressionCompiler
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
static OgnlExpressionCompiler OgnlRuntime.getCompiler()
           
 

Methods in ognl with parameters of type OgnlExpressionCompiler
static void OgnlRuntime.setCompiler(OgnlExpressionCompiler compiler)
           
 

Uses of OgnlExpressionCompiler in ognl.enhance
 

Classes in ognl.enhance that implement OgnlExpressionCompiler
 class ExpressionCompiler
          Responsible for managing/providing functionality related to compiling generated java source expressions via bytecode enhancements for a given ognl expression.
 


OGNL Project Page