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
Methods in ognl with parameters of type LocalReference Modifier and Type Method Description void
OgnlContext. 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 class
LocalReferenceImpl
Implementation ofLocalReference
.
-