Uses of Interface
ognl.enhance.LocalReference

Packages that use LocalReference
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 LocalReference in ognl
 

Methods in ognl with parameters of type LocalReference
 void OgnlContext.addLocalReference(String key, LocalReference reference)
           
 

Uses of LocalReference in ognl.enhance
 

Classes in ognl.enhance that implement LocalReference
 class LocalReferenceImpl
          Implementation of LocalReference.
 


OGNL Project Page