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 Introspector
RuntimeInstance. introspector
Methods in org.apache.velocity.runtime that return Introspector Modifier and Type Method Description Introspector
RuntimeInstance. getIntrospector()
Return the Introspector for this instanceIntrospector
RuntimeServices. getIntrospector()
Returns the configured method introspection/reflection implementation.static Introspector
RuntimeSingleton. 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 Introspector
GetExecutor. introspector
private Introspector
PropertyExecutor. introspector
private Introspector
PutExecutor. introspector
private Introspector
SetPropertyExecutor. introspector
Methods in org.apache.velocity.runtime.parser.node that return Introspector Modifier and Type Method Description protected Introspector
PropertyExecutor. getIntrospector()
protected Introspector
SetPropertyExecutor. 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 class
SecureIntrospectorImpl
Prevent "dangerous" classloader/reflection related calls.Fields in org.apache.velocity.util.introspection declared as Introspector Modifier and Type Field Description protected Introspector
UberspectImpl. introspector
the default Velocity introspector
-