Class IntrospectionCacheData

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

public class IntrospectionCacheData extends Object
Holds information for node-local context data introspection information.
Version:
$Id$
Author:
Geir Magnusson Jr.
  • Field Details

    • 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 Details

    • IntrospectionCacheData

      public IntrospectionCacheData()