org.apache.velocity.util.introspection

Class IntrospectionCacheData


public class IntrospectionCacheData
extends java.lang.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

Class
contextData
Object
thingy
Object to pair with class - currently either a Method or AbstractExecutor.

Field Details

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.