| 接口 | 说明 |
|---|---|
| VelocityConfig |
Interface to be implemented by objects that configure and manage a
VelocityEngine for automatic lookup in a web environment.
|
| 类 | 说明 |
|---|---|
| VelocityConfigurer |
JavaBean to configure Velocity for web usage, via the "configLocation"
and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
|
| VelocityLayoutView | 已过时
as of Spring 4.3, in favor of FreeMarker
|
| VelocityLayoutViewResolver | 已过时
as of Spring 4.3, in favor of FreeMarker
|
| VelocityToolboxView |
VelocityView subclass which adds support for Velocity Tools toolboxes
and Velocity Tools ViewTool callbacks / Velocity Tools 1.3 init methods. |
| VelocityView |
View using the Velocity template engine.
|
| VelocityViewResolver |
Convenience subclass of
UrlBasedViewResolver
that supports VelocityView (i.e. |
Copyright © 2022. All rights reserved.