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

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

Uses of Introspector in org.apache.velocity.runtime
 

Fields in org.apache.velocity.runtime declared as Introspector
private  Introspector RuntimeInstance.introspector
           
 

Methods in org.apache.velocity.runtime that return Introspector
 Introspector RuntimeInstance.getIntrospector()
          Return the Introspector for this instance
static Introspector RuntimeSingleton.getIntrospector()
          Return the Introspector for this RuntimeInstance
 Introspector RuntimeServices.getIntrospector()
          Returns the configured method introspection/reflection implemenation.
 

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

Fields in org.apache.velocity.runtime.parser.node declared as Introspector
protected  Introspector PropertyExecutor.introspector
           
 

Constructors in org.apache.velocity.runtime.parser.node with parameters of type Introspector
GetExecutor(RuntimeLogger r, Introspector ispect, java.lang.Class c, java.lang.String key)
          Default constructor.
PropertyExecutor(RuntimeLogger r, Introspector ispctr, java.lang.Class clazz, java.lang.String property)
           
BooleanPropertyExecutor(RuntimeLogger rlog, Introspector is, java.lang.Class clazz, java.lang.String property)
           
 

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

Fields in org.apache.velocity.util.introspection declared as Introspector
private static Introspector UberspectImpl.introspector
          the default Velocity introspector
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.