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() |
org.apache.velocity.spring.VelocityEngineUtils.mergeTemplate(VelocityEngine, String, Map<String, Object>, Writer)
Use
VelocityEngineUtils.mergeTemplate(VelocityEngine, String, String, Map, Writer)
instead, following Velocity 1.6's corresponding deprecation in its own API. |
org.apache.velocity.spring.VelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, String, Map<String, Object>)
Use
VelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, String, String, Map)
instead, following Velocity 1.6's corresponding deprecation in its own API. |
org.apache.velocity.util.introspection.UberspectImpl.setLog(Logger)
logger is now set by default to the namespace logger "velocity.rendering".
|
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.