Uses of Class
org.apache.velocity.util.introspection.Introspector
Packages that use Introspector
Package
Description
-
Uses of Introspector in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as IntrospectorMethods in org.apache.velocity.runtime that return IntrospectorModifier and TypeMethodDescriptionRuntimeInstance.getIntrospector()Return the Introspector for this instanceRuntimeServices.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 IntrospectorModifier and TypeFieldDescriptionprivate final IntrospectorGetExecutor.introspectorprivate final IntrospectorPropertyExecutor.introspectorprivate final IntrospectorPutExecutor.introspectorprivate final IntrospectorSetPropertyExecutor.introspectorMethods in org.apache.velocity.runtime.parser.node that return IntrospectorModifier and TypeMethodDescriptionprotected IntrospectorPropertyExecutor.getIntrospector()protected IntrospectorSetPropertyExecutor.getIntrospector()Constructors in org.apache.velocity.runtime.parser.node with parameters of type IntrospectorModifierConstructorDescriptionBooleanPropertyExecutor(Log log, Introspector introspector, Class clazz, String property) BooleanPropertyExecutor(RuntimeLogger rlog, Introspector introspector, Class clazz, String property) Deprecated.RuntimeLogger is deprecated.GetExecutor(Log log, Introspector introspector, Class clazz, String property) GetExecutor(RuntimeLogger rlog, Introspector introspector, Class clazz, String property) Deprecated.RuntimeLogger is deprecated.PropertyExecutor(Log log, Introspector introspector, Class clazz, String property) PropertyExecutor(RuntimeLogger r, Introspector introspector, Class clazz, String property) Deprecated.RuntimeLogger is deprecated.PutExecutor(Log log, Introspector introspector, Class clazz, Object arg, String property) SetPropertyExecutor(Log log, Introspector introspector, Class clazz, String property, Object arg) -
Uses of Introspector in org.apache.velocity.util.introspection
Subclasses of Introspector in org.apache.velocity.util.introspectionModifier and TypeClassDescriptionclassPrevent "dangerous" classloader/reflection related calls.Fields in org.apache.velocity.util.introspection declared as IntrospectorModifier and TypeFieldDescriptionprotected IntrospectorUberspectImpl.introspectorthe default Velocity introspector