熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Java編程 >> Java開源技術 >> 正文

struts2中的一些constant

2022-06-13   來源: Java開源技術 

  struts中一些常量

  <! 指定Web應用的默認編碼集相當於調用HttpServletRequest的setCharacterEncoding方法 >

  <constant name=strutsinencoding value=UTF />

  該屬性指定需要Struts 處理的請求後綴該屬性的默認值是action即所有匹配*action的請求都由Struts 處理如果用戶需要指定多個請求後綴則多個後綴之間以英文逗號()隔開

  <constant name=strutsactionextension value=doactionso />

  設置浏覽器是否緩存靜態內容默認值為true(生產環境下使用)開發階段最好關閉

  <constant name=strutsservestaticbrowserCache value=false />

  當struts的配置文件修改後系統是否自動重新加載該文件默認值為false(生產環境下使用)開發階段最好打開

  <constant name=nfigurationxmlreload value=true />

  開發模式下使用這樣可以打印出更詳細的錯誤信息

  <constant name=strutsdevMode value=true />

  默認的視圖主題

  <constant name=strutsuitheme value=simple />

  該屬性指定Struts 中的action由Spring容器創建

  <constant name=strutsobjectFactory value=spring />


From:http://tw.wingwit.com/Article/program/Java/ky/201311/28484.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.