Uses of Interface
org.apache.velocity.util.introspection.IntrospectorCache
-
Packages that use IntrospectorCache Package Description org.apache.velocity.util.introspection -
-
Uses of IntrospectorCache in org.apache.velocity.util.introspection
Classes in org.apache.velocity.util.introspection that implement IntrospectorCache Modifier and Type Class Description class
IntrospectorCacheImpl
This is the internal introspector cache implementation.Fields in org.apache.velocity.util.introspection declared as IntrospectorCache Modifier and Type Field Description private IntrospectorCache
IntrospectorBase. introspectorCache
The Introspector CacheMethods in org.apache.velocity.util.introspection that return IntrospectorCache Modifier and Type Method Description protected IntrospectorCache
IntrospectorBase. getIntrospectorCache()
Return the internal IntrospectorCache object.
-