Uses of Class org.apache.velocity.util.introspection.Info

Uses in package org.apache.velocity.util.introspection

Methods with parameter type org.apache.velocity.util.introspection.Info

Iterator
Uberspect.getIterator(Object obj, Info info)
To support iteratives - #foreach()
Iterator
UberspectImpl.getIterator(Object obj, Info i)
To support iteratives - #foreach()
VelMethod
Uberspect.getMethod(Object obj, String method, Object[] args, Info info)
Returns a general method, corresponding to $foo.bar( $woogie )
VelMethod
UberspectImpl.getMethod(Object obj, String methodName, Object[] args, Info i)
Method
VelPropertyGet
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 getter
VelPropertySet
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 setter

Uses in package org.apache.velocity.runtime.directive

Fields of type org.apache.velocity.util.introspection.Info

Info
immutable, so create in init

Uses in package org.apache.velocity.runtime.parser.node

Fields of type org.apache.velocity.util.introspection.Info

Info
This is really immutable after the init, so keep one for this node
Info

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.