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

Packages that use Info
org.apache.velocity.runtime.directive   
org.apache.velocity.runtime.parser.node   
org.apache.velocity.util.introspection   
 

Uses of Info in org.apache.velocity.runtime.directive
 

Fields in org.apache.velocity.runtime.directive declared as Info
protected  Info Foreach.uberInfo
          immutable, so create in init
 

Uses of Info in org.apache.velocity.runtime.parser.node
 

Fields in org.apache.velocity.runtime.parser.node declared as Info
protected  Info ASTIdentifier.uberInfo
          This is really immutable after the init, so keep one for this node
protected  Info ASTReference.uberInfo
           
 

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

Methods in org.apache.velocity.util.introspection with parameters of type Info
 java.util.Iterator Uberspect.getIterator(java.lang.Object obj, Info info)
          To support iteratives - #foreach()
 java.util.Iterator UberspectImpl.getIterator(java.lang.Object obj, Info i)
          To support iteratives - #foreach()
 VelMethod Uberspect.getMethod(java.lang.Object obj, java.lang.String method, java.lang.Object[] args, Info info)
          Returns a general method, corresponding to $foo.bar( $woogie )
 VelMethod UberspectImpl.getMethod(java.lang.Object obj, java.lang.String methodName, java.lang.Object[] args, Info i)
          Method
 VelPropertyGet Uberspect.getPropertyGet(java.lang.Object obj, java.lang.String identifier, Info info)
          Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)
 VelPropertyGet UberspectImpl.getPropertyGet(java.lang.Object obj, java.lang.String identifier, Info i)
          Property getter
 VelPropertySet Uberspect.getPropertySet(java.lang.Object obj, java.lang.String identifier, java.lang.Object arg, Info info)
          Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")
 VelPropertySet UberspectImpl.getPropertySet(java.lang.Object obj, java.lang.String identifier, java.lang.Object arg, Info i)
          Property setter
 



Copyright ? 2002 Apache Software Foundation. All Rights Reserved.