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

Packages that use IntrospectionCacheData
org.apache.velocity.context   
org.apache.velocity.runtime.directive   
 

Uses of IntrospectionCacheData in org.apache.velocity.context
 

Methods in org.apache.velocity.context that return IntrospectionCacheData
 IntrospectionCacheData InternalContextAdapterImpl.icacheGet(Object key)
           
 IntrospectionCacheData VMContext.icacheGet(Object key)
           
 

Methods in org.apache.velocity.context with parameters of type IntrospectionCacheData
 void InternalContextAdapterImpl.icachePut(Object key, IntrospectionCacheData o)
           
 void VMContext.icachePut(Object key, IntrospectionCacheData o)
           
 

Uses of IntrospectionCacheData in org.apache.velocity.runtime.directive
 

Methods in org.apache.velocity.runtime.directive that return IntrospectionCacheData
 IntrospectionCacheData Foreach.NullHolderContext.icacheGet(Object key)
           
 

Methods in org.apache.velocity.runtime.directive with parameters of type IntrospectionCacheData
 void Foreach.NullHolderContext.icachePut(Object key, IntrospectionCacheData o)
           
 



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