Uses of Interface
org.apache.commons.ognl.enhance.LocalReference
-
Packages that use LocalReference Package Description org.apache.commons.ognl org.apache.commons.ognl.enhance -
-
Uses of LocalReference in org.apache.commons.ognl
Methods in org.apache.commons.ognl that return types with arguments of type LocalReference Modifier and Type Method Description Map<String,LocalReference>
OgnlContext. getLocalReferences()
Methods in org.apache.commons.ognl with parameters of type LocalReference Modifier and Type Method Description void
OgnlContext. addLocalReference(String key, LocalReference reference)
-
Uses of LocalReference in org.apache.commons.ognl.enhance
Classes in org.apache.commons.ognl.enhance that implement LocalReference Modifier and Type Class Description class
LocalReferenceImpl
Implementation ofLocalReference
.
-