org.apache.velocity.util.introspection
Class IntrospectionCacheData

java.lang.Object
  extended by org.apache.velocity.util.introspection.IntrospectionCacheData

public class IntrospectionCacheData
extends Object

Holds information for node-local context data introspection information.

Version:
$Id: IntrospectionCacheData.java 463298 2006-10-12 16:10:32Z henning $
Author:
Geir Magnusson Jr.

Field Summary
 Class contextData
          Class of context data object associated with the introspection information
 Object thingy
          Object to pair with class - currently either a Method or AbstractExecutor.
 
Constructor Summary
IntrospectionCacheData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Class of context data object associated with the introspection information

Constructor Detail

IntrospectionCacheData

public IntrospectionCacheData()


Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.