「Struts2 の struts.xml や struts.properties で指定する設定の一覧はどこ?」の版間の差分

提供: tknotebook
移動: 案内検索
 
4行: 4行:
  
  
Struts2 には、アプリケーションのテーマを決める struts.ui.theme など様々な設定(プロパティ)があります。
+
Struts2 には、アプリケーションのテーマを決める struts.ui.theme など様々なプロパティがあります。
これらの一覧と既定値は以下にあります。
+
struts2本体と Convention Plugin に関するプロパティ一覧と既定値は以下にあります。
  
 
;struts.properties
 
;struts.properties
 
:http://struts.apache.org/docs/strutsproperties.html
 
:http://struts.apache.org/docs/strutsproperties.html
 +
 +
;Conventionm Plugin関係
 +
:http://struts.apache.org/docs/convention-plugin.html#ConventionPlugin-Configurationreference
 +
 +
他のプラグインで追加されるプロパティは、プラグインのドキュメントを見てください。
 +
あしからず。

2016年12月22日 (木) 14:15時点における版

メインページ>コンピュータの部屋#Java>Struts2 Tips


Struts2 には、アプリケーションのテーマを決める struts.ui.theme など様々なプロパティがあります。 struts2本体と Convention Plugin に関するプロパティ一覧と既定値は以下にあります。

struts.properties
http://struts.apache.org/docs/strutsproperties.html
Conventionm Plugin関係
http://struts.apache.org/docs/convention-plugin.html#ConventionPlugin-Configurationreference

他のプラグインで追加されるプロパティは、プラグインのドキュメントを見てください。 あしからず。