Package | Description |
---|---|
org.apache.velocity.runtime.parser.node | |
org.apache.velocity.util.introspection |
Modifier and Type | Method and Description |
---|---|
protected Introspector |
SetPublicFieldExecutor.getIntrospector() |
protected Introspector |
SetPropertyExecutor.getIntrospector() |
protected Introspector |
PublicFieldExecutor.getIntrospector() |
protected Introspector |
PropertyExecutor.getIntrospector() |
Constructor and Description |
---|
BooleanPropertyExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property) |
BooleanPropertyExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property,
boolean wrapArray) |
GetExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property) |
PropertyExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property) |
PropertyExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property,
boolean wrapArray) |
PublicFieldExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property) |
PutExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
Object arg,
String property) |
SetPropertyExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property,
Object arg) |
SetPublicFieldExecutor(org.slf4j.Logger log,
Introspector introspector,
Class<?> clazz,
String property,
Object arg) |
Modifier and Type | Class and Description |
---|---|
class |
SecureIntrospectorImpl
Prevent "dangerous" classloader/reflection related calls.
|
Modifier and Type | Field and Description |
---|---|
protected Introspector |
UberspectPublicFields.introspector
the default Velocity introspector
|
protected Introspector |
UberspectImpl.introspector
the default Velocity introspector
|
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.