Package | Description |
---|---|
org.apache.velocity.runtime | |
org.apache.velocity.runtime.parser.node | |
org.apache.velocity.util.introspection |
Modifier and Type | Interface and Description |
---|---|
interface |
RuntimeServices
Interface for internal runtime services that are needed by the
various components w/in Velocity.
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimeInstance
This is the Runtime system for Velocity.
|
Modifier and Type | Field and Description |
---|---|
protected RuntimeLogger |
AbstractExecutor.rlog |
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 RuntimeLogger |
Introspector.rlog
our engine runtime services
|
private RuntimeLogger |
UberspectImpl.rlog
Our runtime logger.
|
Modifier and Type | Method and Description |
---|---|
void |
UberspectLoggable.setRuntimeLogger(RuntimeLogger logger)
Sets the logger.
|
void |
UberspectImpl.setRuntimeLogger(RuntimeLogger runtimeLogger)
Sets the runtime logger - this must be called before anything
else besides init() as to get the logger.
|
Constructor and Description |
---|
Introspector(RuntimeLogger logger)
Recieves our RuntimeServices object
|
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.