Class IntrospectionCacheData
java.lang.Object
org.apache.velocity.util.introspection.IntrospectionCacheData
Holds information for node-local context data introspection
information.
- Version:
- $Id$
- Author:
- Geir Magnusson Jr.
-
Field Summary
Modifier and TypeFieldDescriptionClass
<?> Class of context data object associated with the introspection informationObject to pair with class - currently either a Method or AbstractExecutor. -
Constructor Summary
-
Method Summary
-
Field Details
-
thingy
Object to pair with class - currently either a Method or AbstractExecutor. It can be used in any way the using node wishes. -
contextData
Class of context data object associated with the introspection information
-
-
Constructor Details
-
IntrospectionCacheData
public IntrospectionCacheData()
-