|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Introspector | |
---|---|
org.apache.velocity.runtime | |
org.apache.velocity.runtime.parser.node |
Uses of Introspector in org.apache.velocity.runtime |
---|
Methods in org.apache.velocity.runtime that return Introspector | |
---|---|
static Introspector |
RuntimeSingleton.getIntrospector()
Return the Introspector for this RuntimeInstance |
Introspector |
RuntimeServices.getIntrospector()
Returns the configured method introspection/reflection implemenation. |
Introspector |
RuntimeInstance.getIntrospector()
Return the Introspector for this instance |
Uses of Introspector in org.apache.velocity.runtime.parser.node |
---|
Fields in org.apache.velocity.runtime.parser.node declared as Introspector | |
---|---|
protected Introspector |
PropertyExecutor.introspector
|
Constructors in org.apache.velocity.runtime.parser.node with parameters of type Introspector | |
---|---|
BooleanPropertyExecutor(Introspector is,
Class clazz,
String property)
|
|
GetExecutor(Introspector ispect,
Class c,
String key)
Default constructor. |
|
PropertyExecutor(Introspector ispctr,
Class clazz,
String property)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |