org.apache.velocity.util.introspection

Class IntrospectionCacheData

public class IntrospectionCacheData extends Object

Holds information for node-local context data introspection information.

Version: $Id: IntrospectionCacheData.java,v 1.3.14.1 2004/03/03 23:23:08 geirm Exp $

Author: Geir Magnusson Jr.

Field Summary
ClasscontextData
Objectthingy
Object to pair with class - currently either a Method or AbstractExecutor.

Field Detail

contextData

public Class contextData

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.
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.