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

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

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

Methods in org.apache.velocity.util.introspection that return ClassMap
 ClassMap IntrospectorCacheImpl.get(Class c)
          Lookup a given Class object in the cache.
 ClassMap IntrospectorCache.get(Class c)
          Lookup a given Class object in the cache.
 ClassMap IntrospectorCacheImpl.put(Class c)
          Creates a class map for specific class and registers it in the cache.
 ClassMap IntrospectorCache.put(Class c)
          Creates a class map for specific class and registers it in the cache.
 



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