Uses of Interface
org.apache.velocity.util.introspection.VelPropertySet
-
Packages that use VelPropertySet Package Description org.apache.velocity.util.introspection -
-
Uses of VelPropertySet in org.apache.velocity.util.introspection
Classes in org.apache.velocity.util.introspection that implement VelPropertySet Modifier and Type Class Description static class
UberspectImpl.VelSetterImpl
Methods in org.apache.velocity.util.introspection that return VelPropertySet Modifier and Type Method Description VelPropertySet
AbstractChainableUberspector. getPropertySet(Object obj, String identifier, Object arg, Info i)
Property setterVelPropertySet
DeprecatedCheckUberspector. getPropertySet(Object obj, String identifier, Object arg, Info i)
VelPropertySet
LinkingUberspector. getPropertySet(Object obj, String identifier, Object arg, Info i)
Property setterVelPropertySet
Uberspect. getPropertySet(Object obj, String identifier, Object arg, Info info)
Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")VelPropertySet
UberspectImpl. getPropertySet(Object obj, String identifier, Object arg, Info i)
Property setterVelPropertySet
UberspectPublicFields. getPropertySet(Object obj, String identifier, Object arg, Info i)
Property setter
-