struts.xml の struts.constant 要素

struts.constant とは

Struts2 がデフォルトで設定している要素を上書きする要素

Constants provide a simple way to customize a Struts application
by defining key settings that modify framework and plugin behavior.

抜粋元

デフォルトの要素とその値一覧はどこでわかるか

公式Doc

日本語はこちら

<struts>
  <constant name="struts.ui.theme" value="simple" /> <!-- struts のテーマを使わない(A) -->
  .
  .
</struts>

(A) 参考情報

https://struts.apache.org/docs/themes-and-templates.html