alancxx

          ------簡單就是美

          SiteMesh應用

          步驟:
          1、下載sitemesh-2.4.1.jar。
          2、把jar復制到webapp應用lib下,創建decorators.xml文件,并修改web.xml。

          webapp

            ├─META-INF

            └─WEB-INF

                         ├─ftl/    (freemaker模板文件)
                         
          ├─lib/sitemesh-2.4.1.jar
                         ├─decorators.xml
                        
          └─web.xml       

          3、decorators.xml內容如下:

          <decorators>
          </decorators>
          (Optional) Create the file [web-app]/WEB-INF/sitemesh.xml that contains the following:
          <sitemesh>
              <property name="decorators-file" value="/WEB-INF/decorators.xml" />
              <excludes file="${decorators-file}" />

              <page-parsers>
                  <parser content-type="text/html"
                      class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
                  <parser content-type="text/html;charset=ISO-8859-1"
                      class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
              </page-parsers>

              <decorator-mappers>
                  <mapper class="com.opensymphony.module.sitemesh.mapper.ConfigDecoratorMapper">
                      <param name="config" value="${decorators-file}" />
                  </mapper>
              </decorator-mappers>
          </sitemesh>

          4、修改web.xml 文件如下:

          <filter>
              <filter-name>sitemesh</filter-name>
              <filter-class>com.opensymphony.sitemesh.webapp.SiteMeshFilter</filter-class>
          </filter>

          <filter-mapping>
              <filter-name>sitemesh</filter-name>
              <url-pattern>/*</url-pattern>
          </filter-mapping>

          That's it! Your web-app is now setup to use SiteMesh, you can now start building decorators.

          posted on 2010-09-27 13:57 蜂鳥 閱讀(425) 評論(0)  編輯  收藏 所屬分類: j2ee架構

          公告

           掌握了XML就掌握了未來!

          導航

          <2025年7月>
          293012345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          統計

          常用鏈接

          留言簿

          隨筆檔案(1)

          文章分類(17)

          文章檔案(17)

          搜索

          最新評論

          主站蜘蛛池模板: 望江县| 宝坻区| 油尖旺区| 新源县| 潼南县| 泰宁县| 通榆县| 永州市| 庄浪县| 石景山区| 清丰县| 贵德县| 东城区| 五家渠市| 大同市| 普兰店市| 新昌县| 铁力市| 教育| 敦煌市| 绥江县| 沁阳市| 多伦县| 屯门区| 浪卡子县| 平乐县| 武城县| 宁夏| 平阴县| 平湖市| 延吉市| 河西区| 栾川县| 黎平县| 固阳县| 咸宁市| 双流县| 和静县| 博客| 丹东市| 芜湖市|