|
VelocityStruts includes four view tools that provide access
to Struts resources from within Velocity templates. This page is the
starting point to the reference documentation for the view tools.
Primary audience are the template designers.
VelocityStruts は Velocity のテンプレートからStruts のリソースへのアクセスを提供する8つのビューツールを含みます。
このページはこれらのビューツールへのスタートポイントです。
主な対象者はテンプレートデザイナです。
Velocity for Struts currently supports the follwing four tools:
Velocity for Struts は現在以下の8つのビューツールをサポートしています:
MessageTool
Provides access to the Struts application resources for internationalized text.
MessageTool
国際化されたテキストのための Struts のアプリケーションリソースへのアクセスを提供します。
ActionMessagesTool
Provides methods to work with Struts action messages
ActionMessagesTool
Struts のアクションメッセージに関するメソッドを提供します。
ErrorsTool
Provides methods to work with Struts error messages.
ErrorsTool
Struts のエラーメッセージに関するメソッドを提供します。
FormTool
Provides miscellaneous methods to work with forms and form beans in the context
of Struts applications.
FormTool
フォームや、Struts アプリケーションのコンテキスト内のフォームビーンに関するさまざまなメソッドを提供します。
StrutsLinkTool
Extends LinkTool to to add methods
for working with Struts' Actions and Forwards.
StrutsLinkTool
LinkToolを拡張し、
StrutsのActionとForwardに関するメソッドを追加しています。
SecureLinkTool
Has the same interface as StrutsLinkTool
and should substitute it when the SSL Ext. extension for Struts is installed.
SecureLinkTool
StrutsLinkToolと同じインターフェイスを持ち、
StrutsのSSL Ext.拡張がインストールされている場合に置き換えます。
TilesTool
Provides miscellaneous methods to work with Tiles in the context
of Struts applications.
TilesTool
Struts アプリケーションのコンテキスト内でTilesに関するさまざまなメソッドを提供します。
ValidatorTool
Provides methods to dynamically generate javascript validation in the context
of Struts applications.
ValidatorTool
Struts アプリケーションのコンテキスト内で動的にjavascriptによるバリデーションを生成するメソッドを提供します。
|