|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeLogger | |
| org.apache.velocity.runtime | |
| org.apache.velocity.runtime.parser.node | |
| org.apache.velocity.util.introspection | |
| Uses of RuntimeLogger in org.apache.velocity.runtime |
| Subinterfaces of RuntimeLogger in org.apache.velocity.runtime | |
interface |
RuntimeServices
Interface for internal runtime services that are needed by the various components w/in Velocity. |
| Classes in org.apache.velocity.runtime that implement RuntimeLogger | |
class |
RuntimeInstance
This is the Runtime system for Velocity. |
| Uses of RuntimeLogger in org.apache.velocity.runtime.parser.node |
| Fields in org.apache.velocity.runtime.parser.node declared as RuntimeLogger | |
protected RuntimeLogger |
AbstractExecutor.rlog
|
| Constructors in org.apache.velocity.runtime.parser.node with parameters of type RuntimeLogger | |
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)
|
|
BooleanPropertyExecutor(RuntimeLogger rlog,
Introspector is,
java.lang.Class clazz,
java.lang.String property)
|
|
| Uses of RuntimeLogger in org.apache.velocity.util.introspection |
| Fields in org.apache.velocity.util.introspection declared as RuntimeLogger | |
private RuntimeLogger |
Introspector.rlog
our engine runtime services |
private RuntimeLogger |
UberspectImpl.rlog
Our runtime logger. |
| Methods in org.apache.velocity.util.introspection with parameters of type RuntimeLogger | |
void |
UberspectImpl.setRuntimeLogger(RuntimeLogger runtimeLogger)
Sets the runtime logger - this must be called before anything else besides init() as to get the logger. |
void |
UberspectLoggable.setRuntimeLogger(RuntimeLogger logger)
Sets the logger. |
| Constructors in org.apache.velocity.util.introspection with parameters of type RuntimeLogger | |
Introspector(RuntimeLogger logger)
Recieves our RuntimeServices object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||