Package | Description |
---|---|
org.apache.velocity.runtime | |
org.apache.velocity.runtime.log | |
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.
|
Constructor and Description |
---|
RuntimeLoggerLog(RuntimeLogger rlog)
Deprecated.
Creates a new Log that wraps a PrimordialLogChute.
|
Constructor and Description |
---|
BooleanPropertyExecutor(RuntimeLogger rlog,
Introspector introspector,
java.lang.Class clazz,
java.lang.String property)
Deprecated.
RuntimeLogger is deprecated. Use the other constructor.
|
GetExecutor(RuntimeLogger rlog,
Introspector introspector,
java.lang.Class clazz,
java.lang.String property)
Deprecated.
RuntimeLogger is deprecated. Use the other constructor.
|
PropertyExecutor(RuntimeLogger r,
Introspector introspector,
java.lang.Class clazz,
java.lang.String property)
Deprecated.
RuntimeLogger is deprecated. Use the other constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
UberspectLoggable.setRuntimeLogger(RuntimeLogger logger)
Deprecated.
Use setLog(Log log) instead.
|
void |
UberspectImpl.setRuntimeLogger(RuntimeLogger runtimeLogger)
Deprecated.
Use setLog(Log log) instead.
|
Constructor and Description |
---|
Introspector(RuntimeLogger logger)
Deprecated.
RuntimeLogger is deprecated. Use Introspector(Log log).
|
Copyright © 2000-2014. All Rights Reserved.