タグ

ブックマーク / carpalpad.blogspot.com (1)

  • struts2 - struts.xml (1) - 概要、constant要素

    struts.xmlで使用できる属性、要素はここのdtdファイルでわかる。 まずはconstant要素 これはsturts2のデフォルトの設定を上書く際に使用する。 デフォルトの設定はstruts2-core-2.1.xxx.jarのorg/apache/struts2/default.propertiesに書かれている。 デフォルトでは以下の値が定義されている struts.i18n.encoding=UTF-8 struts.objectFactory.spring.autoWire = name struts.objectFactory.spring.useClassCache = true struts.objectFactory.spring.autoWire.alwaysRespect = false struts.multipart.parser=jakarta struts

  • 1