Uses of Class
org.apache.velocity.util.introspection.Introspector
-
Packages that use Introspector Package Description org.apache.velocity.runtime org.apache.velocity.runtime.parser.node org.apache.velocity.util.introspection -
-
Uses of Introspector in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as Introspector Modifier and Type Field Description private IntrospectorRuntimeInstance. introspectorMethods in org.apache.velocity.runtime that return Introspector Modifier and Type Method Description IntrospectorRuntimeInstance. getIntrospector()Return the Introspector for this instanceIntrospectorRuntimeServices. getIntrospector()Returns the configured method introspection/reflection implementation.static IntrospectorRuntimeSingleton. getIntrospector()Return the Introspector for this RuntimeInstance -
Uses of Introspector in org.apache.velocity.runtime.parser.node
Fields in org.apache.velocity.runtime.parser.node declared as Introspector Modifier and Type Field Description private IntrospectorGetExecutor. introspectorprivate IntrospectorPropertyExecutor. introspectorprivate IntrospectorPutExecutor. introspectorprivate IntrospectorSetPropertyExecutor. introspectorMethods in org.apache.velocity.runtime.parser.node that return Introspector Modifier and Type Method Description protected IntrospectorPropertyExecutor. getIntrospector()protected IntrospectorSetPropertyExecutor. getIntrospector()Constructors in org.apache.velocity.runtime.parser.node with parameters of type Introspector Constructor Description BooleanPropertyExecutor(Log log, Introspector introspector, java.lang.Class clazz, java.lang.String property)BooleanPropertyExecutor(RuntimeLogger rlog, Introspector introspector, java.lang.Class clazz, java.lang.String property)Deprecated.RuntimeLogger is deprecated.GetExecutor(Log log, Introspector introspector, java.lang.Class clazz, java.lang.String property)GetExecutor(RuntimeLogger rlog, Introspector introspector, java.lang.Class clazz, java.lang.String property)Deprecated.RuntimeLogger is deprecated.PropertyExecutor(Log log, Introspector introspector, java.lang.Class clazz, java.lang.String property)PropertyExecutor(RuntimeLogger r, Introspector introspector, java.lang.Class clazz, java.lang.String property)Deprecated.RuntimeLogger is deprecated.PutExecutor(Log log, Introspector introspector, java.lang.Class clazz, java.lang.Object arg, java.lang.String property)SetPropertyExecutor(Log log, Introspector introspector, java.lang.Class clazz, java.lang.String property, java.lang.Object arg) -
Uses of Introspector in org.apache.velocity.util.introspection
Subclasses of Introspector in org.apache.velocity.util.introspection Modifier and Type Class Description classSecureIntrospectorImplPrevent "dangerous" classloader/reflection related calls.Fields in org.apache.velocity.util.introspection declared as Introspector Modifier and Type Field Description protected IntrospectorUberspectImpl. introspectorthe default Velocity introspector
-