org.apache.velocity.util.introspection
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: IntrospectionCacheData.java 191743 2005-06-21 23:22:20Z dlr $
- Author:
- Geir Magnusson Jr.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thingy
public Object thingy
- Object to pair with class - currently either a Method or
AbstractExecutor. It can be used in any way the using node
wishes.
contextData
public Class contextData
IntrospectionCacheData
public IntrospectionCacheData()
Copyright © 2002 Apache Software Foundation. All Rights Reserved.