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

Packages that use IntrospectorBase
org.apache.velocity.util.introspection   
 

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

Subclasses of IntrospectorBase in org.apache.velocity.util.introspection
 class 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.
 class SecureIntrospectorImpl
          Prevent "dangerous" classloader/reflection related calls.
 



Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.