alancxx

          ------簡單就是美

          SiteMesh應用

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

          webapp

            ├─META-INF

            └─WEB-INF

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

          3、decorators.xml內(nèi)容如下:

          <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

          統(tǒng)計

          常用鏈接

          留言簿

          隨筆檔案(1)

          文章分類(17)

          文章檔案(17)

          搜索

          最新評論

          主站蜘蛛池模板: 博罗县| 丹巴县| 内乡县| 怀柔区| 盘锦市| 大同县| 永兴县| 澄城县| 连城县| 德阳市| 和顺县| 孙吴县| 定陶县| 麦盖提县| 乌兰察布市| 韶关市| 隆安县| 都江堰市| 三门峡市| 宁明县| 临沭县| 绩溪县| 长春市| 合江县| 滕州市| 涿鹿县| 开阳县| 静安区| 仙桃市| 定兴县| 固原市| 福鼎市| 大埔县| 德昌县| 滦南县| 长汀县| 信丰县| 武穴市| 尼勒克县| 桃园市| 灵武市|