Uses of Interface
org.apache.commons.jexl.util.introspection.VelPropertyGet

Packages that use VelPropertyGet
org.apache.commons.jexl.util.introspection   
 

Uses of VelPropertyGet in org.apache.commons.jexl.util.introspection
 

Classes in org.apache.commons.jexl.util.introspection that implement VelPropertyGet
 class UberspectImpl.VelGetterImpl
          {@inheritDoc}
 

Methods in org.apache.commons.jexl.util.introspection that return VelPropertyGet
 VelPropertyGet UberspectImpl.getPropertyGet(Object obj, String identifier, Info i)
          Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie).
 VelPropertyGet Uberspect.getPropertyGet(Object obj, String identifier, Info info)
          Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie).
 



Copyright © 2003-2006 The Apache Software Foundation. All Rights Reserved.