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 2001/03/20 01:39:35 jon 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 © 2003 Apache Software Foundation. All Rights Reserved.