Interface and Description |
---|
org.apache.velocity.util.introspection.ConversionHandler |
org.apache.velocity.runtime.DeprecatedRuntimeConstants |
Class and Description |
---|
org.apache.velocity.util.DeprecationAwareExtProperties
it will disappear along with deprecated key names in 3.0.
|
org.apache.velocity.app.event.implement.EscapeHtmlReference
impractical use
|
org.apache.velocity.app.event.implement.EscapeJavaScriptReference
impractical use
|
org.apache.velocity.app.event.implement.EscapeXmlReference
impractical use
|
Method and Description |
---|
org.apache.velocity.exception.VelocityException.getWrappedThrowable()
Use
Throwable.getCause() |
org.apache.velocity.runtime.directive.Include.outputErrorToStream(Writer, String)
if/how errors are displayed is not the concern of the engine, which should throw in all cases
|
org.apache.velocity.util.introspection.UberspectImpl.setLog(Logger)
logger is now set by default to the namespace logger "velocity.rendering".
|