トップ 差分 一覧 ping ソース 検索 ヘルプ PDF RSS ログイン

Struts2 設定ファイル



目次



記事一覧

キーワード

Struts2 設定ファイル

[Struts2][XWork2]

http://struts.apache.org/2.x/docs/configuration-files.html

ファイル名 必須 webappからの相対位置 使用目的
web.xml はい /WEB-INF/ 配備記述子にフレームワークのコンポーネントを行う。
struts.xml いいえ /WEB-INF/classes/ 主設定ファイル。result/view タイプ、action mappings、interceptors等を含む。
struts.properties いいえ /WEB-INF/classes/ フレームワークプロパティ
struts-default.xml いいえ /WEB-INF/lib/struts2-core.jar Strutsが提供するデフォルトの設定ファイル。
struts-default.vm いいえ /WEB-INF/classes/ velocity.propertiesから参照されるデフォルトマクロ。
struts-plugin.xml いいえ At the root of a plugin JAR プラグイン用オプション設定ファイル。フォーマットは struts.xml と同一。
velocity.properties いいえ /WEB-INF/classes/ デフォルトのVelocity設定を上書きする。




YAGI Hiroto (piroto@a-net.email.ne.jp)
twitter http://twitter.com/pppiroto

Copyright© 矢木 浩人 All Rights Reserved.