org.apache.velocity.util.introspection
Class IntrospectionCacheData

java.lang.Object
  |
  +--org.apache.velocity.util.introspection.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
 java.lang.Class contextData
           
 java.lang.Object thingy
          Object to pair with class - currently either a Method or AbstractExecutor.
 
Constructor Summary
IntrospectionCacheData()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

thingy

public java.lang.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 java.lang.Class contextData
Constructor Detail

IntrospectionCacheData

public IntrospectionCacheData()


Copyright © 2003 Apache Software Foundation. All Rights Reserved.