Uses of Package
org.apache.velocity.util.introspection

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

Classes in org.apache.velocity.util.introspection used by org.apache.velocity.context
IntrospectionCacheData
          Holds information for node-local context data introspection information.
 

Classes in org.apache.velocity.util.introspection used by org.apache.velocity.runtime
Introspector
          This basic function of this class is to return a Method object for a particular class given the name of a method and the parameters to the method in the form of an Object[] The first time the Introspector sees a class it creates a class method map for the class in question.
Uberspect
          'Federated' introspection/reflection interface to allow the introspection behavior in Velocity to be customized.
 

Classes in org.apache.velocity.util.introspection used by org.apache.velocity.runtime.directive
Info
          Little class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
IntrospectionCacheData
          Holds information for node-local context data introspection information.
 

Classes in org.apache.velocity.util.introspection used by org.apache.velocity.runtime.parser.node
Info
          Little class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
Introspector
          This basic function of this class is to return a Method object for a particular class given the name of a method and the parameters to the method in the form of an Object[] The first time the Introspector sees a class it creates a class method map for the class in question.
 

Classes in org.apache.velocity.util.introspection used by org.apache.velocity.util.introspection
ClassMap
          A cache of introspection information for a specific class instance.
Info
          Little class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
IntrospectorBase
          This basic function of this class is to return a Method object for a particular class given the name of a method and the parameters to the method in the form of an Object[] The first time the Introspector sees a class it creates a class method map for the class in question.
MethodMap.AmbiguousException
          simple distinguishable exception, used when we run across ambiguous overloading
Uberspect
          'Federated' introspection/reflection interface to allow the introspection behavior in Velocity to be customized.
VelMethod
          Method used for regular method invocation $foo.bar()
VelPropertyGet
          Interface defining a 'getter'.
VelPropertySet
          Interface used for setting values that appear to be properties in Velocity.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.