Uses of Interface
org.apache.velocity.util.introspection.VelPropertyGet
-
Packages that use VelPropertyGet Package Description org.apache.velocity.util.introspection -
-
Uses of VelPropertyGet in org.apache.velocity.util.introspection
Classes in org.apache.velocity.util.introspection that implement VelPropertyGet Modifier and Type Class Description static class
UberspectImpl.VelGetterImpl
Methods in org.apache.velocity.util.introspection that return VelPropertyGet Modifier and Type Method Description VelPropertyGet
AbstractChainableUberspector. getPropertyGet(Object obj, String identifier, Info i)
Property getterVelPropertyGet
DeprecatedCheckUberspector. getPropertyGet(Object obj, String identifier, Info i)
VelPropertyGet
LinkingUberspector. getPropertyGet(Object obj, String identifier, Info i)
Property getterVelPropertyGet
Uberspect. getPropertyGet(Object obj, String identifier, Info info)
Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)VelPropertyGet
UberspectImpl. getPropertyGet(Object obj, String identifier, Info i)
Property getterVelPropertyGet
UberspectPublicFields. getPropertyGet(Object obj, String identifier, Info i)
Property getter
-