Package | Description |
---|---|
org.apache.velocity.runtime | |
org.apache.velocity.runtime.parser.node | |
org.apache.velocity.util.introspection |
Modifier and Type | Field and Description |
---|---|
private Introspector |
RuntimeInstance.introspector |
Modifier and Type | Method and Description |
---|---|
static Introspector |
RuntimeSingleton.getIntrospector()
Return the Introspector for this RuntimeInstance
|
Introspector |
RuntimeInstance.getIntrospector()
Return the Introspector for this instance
|
Introspector |
RuntimeServices.getIntrospector()
Returns the configured method introspection/reflection
implemenation.
|
Modifier and Type | Field and Description |
---|---|
protected Introspector |
PropertyExecutor.introspector |
Constructor and Description |
---|
BooleanPropertyExecutor(RuntimeLogger rlog,
Introspector is,
java.lang.Class clazz,
java.lang.String property) |
GetExecutor(RuntimeLogger r,
Introspector ispect,
java.lang.Class c,
java.lang.String key)
Default constructor.
|
PropertyExecutor(RuntimeLogger r,
Introspector ispctr,
java.lang.Class clazz,
java.lang.String property) |
Modifier and Type | Field and Description |
---|---|
private static Introspector |
UberspectImpl.introspector
the default Velocity introspector
|
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.