Class IntrospectionCacheData
- java.lang.Object
-
- org.apache.velocity.util.introspection.IntrospectionCacheData
-
public class IntrospectionCacheData extends java.lang.Object
Holds information for node-local context data introspection information.- Version:
- $Id: IntrospectionCacheData.java 463298 2006-10-12 16:10:32Z henning $
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Class
contextData
Class of context data object associated with the introspection informationjava.lang.Object
thingy
Object to pair with class - currently either a Method or AbstractExecutor.
-
Constructor Summary
Constructors Constructor Description IntrospectionCacheData()
-