|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Introspector | |
| org.apache.velocity.runtime | |
| org.apache.velocity.runtime.parser.node | |
| org.apache.velocity.util.introspection | |
| Uses of Introspector in org.apache.velocity.runtime |
| Methods in org.apache.velocity.runtime that return Introspector | |
Introspector |
RuntimeServices.getIntrospector()
Returns the configured method introspection/reflection implemenation. |
static Introspector |
RuntimeSingleton.getIntrospector()
Return the Introspector for this RuntimeInstance |
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 | |
PropertyExecutor(Log log,
Introspector ispctr,
Class clazz,
String property)
|
|
PropertyExecutor(RuntimeLogger r,
Introspector ispctr,
Class clazz,
String property)
Deprecated. RuntimeLogger is deprecated. Use the other constructor. |
|
BooleanPropertyExecutor(Log log,
Introspector is,
Class clazz,
String property)
|
|
BooleanPropertyExecutor(RuntimeLogger rlog,
Introspector is,
Class clazz,
String property)
Deprecated. RuntimeLogger is deprecated. Use the other constructor. |
|
GetExecutor(Log log,
Introspector ispect,
Class c,
String key)
|
|
GetExecutor(RuntimeLogger r,
Introspector ispect,
Class c,
String key)
Deprecated. RuntimeLogger is deprecated. Use the other constructor. |
|
| Uses of Introspector in org.apache.velocity.util.introspection |
| Fields in org.apache.velocity.util.introspection declared as Introspector | |
protected Introspector |
UberspectImpl.introspector
the default Velocity introspector |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||