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
Fields in org.apache.commons.ognl with type parameters of type LocalReference Modifier and Type Field Description private java.util.Map<java.lang.String,LocalReference>
OgnlContext. localReferenceMap
Methods in org.apache.commons.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 org.apache.commons.ognl with parameters of type LocalReference Modifier and Type Method Description void
OgnlContext. addLocalReference(java.lang.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
.
-