Class IntrospectionCacheData
- java.lang.Object
-
- org.apache.velocity.util.introspection.IntrospectionCacheData
-
public class IntrospectionCacheData extends Object
Holds information for node-local context data introspection information.- Version:
- $Id$
- Author:
- Geir Magnusson Jr.
-
-
Field Summary
Fields Modifier and Type Field Description Class<?>
contextData
Class of context data object associated with the introspection informationObject
thingy
Object to pair with class - currently either a Method or AbstractExecutor.
-
Constructor Summary
Constructors Constructor Description IntrospectionCacheData()
-