|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.util.introspection.IntrospectionCacheData
public class IntrospectionCacheData
Holds information for node-local context data introspection information.
Field Summary | |
---|---|
java.lang.Class |
contextData
Class of context data object associated with the introspection information |
java.lang.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 |
---|
public java.lang.Object thingy
public java.lang.Class contextData
Constructor Detail |
---|
public IntrospectionCacheData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |