Uses of Interface
ognl.enhance.LocalReference
-
Packages that use LocalReference 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 LocalReference in ognl
Fields in ognl with type parameters of type LocalReference Modifier and Type Field Description private java.util.Map<java.lang.String,LocalReference>OgnlContext. localReferenceMapMethods in ognl that return types with arguments of type LocalReference Modifier and Type Method Description java.util.Map<java.lang.String,LocalReference>OgnlContext. getLocalReferences()Methods in ognl with parameters of type LocalReference Modifier and Type Method Description voidOgnlContext. addLocalReference(java.lang.String key, LocalReference reference) -
Uses of LocalReference in ognl.enhance
Classes in ognl.enhance that implement LocalReference Modifier and Type Class Description classOgnlLocalReferenceImplementation ofLocalReference.
-