|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
protected ClassMap |
IntrospectorBase.createClassMap(Class c)
Deprecated. Use getIntrospectorCache().put(c); |
ClassMap |
IntrospectorCache.get(Class c)
Lookup a given Class object in the cache. |
ClassMap |
IntrospectorCacheImpl.get(Class c)
Lookup a given Class object in the cache. |
protected ClassMap |
IntrospectorBase.lookupClassMap(Class c)
Deprecated. Use getIntrospectorCache().get(c); |
ClassMap |
IntrospectorCache.put(Class c)
Creates a class map for specific class and registers it in the cache. |
ClassMap |
IntrospectorCacheImpl.put(Class c)
Creates a class map for specific class and registers it in the cache. |
Methods in org.apache.velocity.util.introspection with parameters of type ClassMap | |
---|---|
void |
IntrospectorBase.triggerGet(Class c,
ClassMap classMap)
|
void |
IntrospectorCacheListener.triggerGet(Class c,
ClassMap classMap)
Gets called when a ClassMap is requested from the Cache. |
void |
IntrospectorBase.triggerPut(Class c,
ClassMap classMap)
|
void |
IntrospectorCacheListener.triggerPut(Class c,
ClassMap classMap)
Gets called when a ClassMap is put into the Cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |