View
The View package is a standalone servlet that can be used for
template rendering in Web Applications. The VelocityViewServlet
also offers basic tool management, automatically loading a toolset into the
context for each request.
View
View パッケージは、
Web アプリケーションでテンプレートを処理できる
スタンドアロンのサーブレットを含んでいます。
また、 VelocityViewServlet は基本的なツール管理機能や、
リクエストの際にツールセットを自動的にコンテキストへ読み込む機能も提供します。
Struts
The Struts package is a set of tools, examples and documentation for
using the Velocity Template Engine with the
Jakarta Struts
web application framework. It uses the View package in place of
(or along side of) the JspServlet most commonly used in Struts
applications.
Struts
Struts パッケージは、 Velocity テンプレートエンジンを
Jakarta Struts
Web アプリケーションフレームワークと組み合わせて使うためのツール、
サンプル、ドキュメントのセットです。
このパッケージでは、Struts アプリケーションで一般的に使われている
JspServlet の代わりとして(もしくは併用して)
View パッケージを利用します。
Tools
When in place, this will be a library of generic tools appropriate for use
in the template via the Context.
Tools
このパッケージは、
コンテキスト経由でテンプレートから利用するのに適した
汎用ツールのライブラリとなる予定です。
Utilities
When in place, this will be a library of Velocity-related utilities.
Utilities
このパッケージは、
Velocity に関連するユーティリティのライブラリとなる予定です。
Velocimacros
When in place, this will be a repository of Velocimacros for use in
Velocity templates.
Velocimacros
このパッケージは、
Velocity テンプレートから利用される Velocimacro のリポジトリとなる予定です。