Uses of Interface
org.apache.velocity.util.introspection.Uberspect

Packages that use Uberspect
org.apache.velocity.runtime   
org.apache.velocity.util.introspection   
 

Uses of Uberspect in org.apache.velocity.runtime
 

Methods in org.apache.velocity.runtime that return Uberspect
 Uberspect RuntimeInstance.getUberspect()
          Returns the Uberspect object for this Instance.
static Uberspect RuntimeSingleton.getUberspect()
          Returns the Uberspect object for this Instance.
 Uberspect RuntimeServices.getUberspect()
          Returns the configured class introspection/reflection implemenation.
 

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

Classes in org.apache.velocity.util.introspection that implement Uberspect
 class SecureUberspector
          Use a custom introspector that prevents classloader related method calls.
 class UberspectImpl
          Implementation of Uberspect to provide the default introspective functionality of Velocity
 



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