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 IntrospectorCacheImpl.put(Class c)
          Creates a class map for specific class and registers it in the cache.
 ClassMap IntrospectorCache.get(Class c)
          Lookup a given Class object in the cache.
 ClassMap IntrospectorCache.put(Class c)
          Creates a class map for specific class and registers it in the cache.
protected  ClassMap IntrospectorBase.createClassMap(Class c)
          Deprecated. Use getIntrospectorCache().put(c);
protected  ClassMap IntrospectorBase.lookupClassMap(Class c)
          Deprecated. Use getIntrospectorCache().get(c);
 

Methods in org.apache.velocity.util.introspection with parameters of type ClassMap
 void IntrospectorCacheListener.triggerGet(Class c, ClassMap classMap)
          Gets called when a ClassMap is requested from the Cache.
 void IntrospectorCacheListener.triggerPut(Class c, ClassMap classMap)
          Gets called when a ClassMap is put into the Cache.
 void IntrospectorBase.triggerGet(Class c, ClassMap classMap)
           
 void IntrospectorBase.triggerPut(Class c, ClassMap classMap)
           
 



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