| 类和说明 |
|---|
| cn.aradin.spring.velocity.tools.ServletToolboxManager
Use
XmlFactoryConfiguration |
| cn.aradin.spring.velocity.ui.VelocityEngineUtils
as of Spring 4.3, in favor of FreeMarker
|
| cn.aradin.spring.velocity.view.VelocityLayoutView
as of Spring 4.3, in favor of FreeMarker
|
| cn.aradin.spring.velocity.view.VelocityLayoutViewResolver
as of Spring 4.3, in favor of FreeMarker
|
| 方法和说明 |
|---|
| cn.aradin.spring.velocity.ui.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. |
| cn.aradin.spring.velocity.ui.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. |
Copyright © 2022. All rights reserved.