隨筆 - 2  文章 - 2  trackbacks - 0
          <2011年3月>
          272812345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          留言簿

          隨筆檔案(1)

          文章分類(16)

          最新隨筆

          搜索

          •  

          最新評論

          在應用的 dispatcher-servlet.xml 中添加如下配置:
              <bean id="velocityConfigurer" class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
                  
          <property name="resourceLoaderPath"><!-- 頁面文件的路徑,相對于webapp -->
                      
          <value>templates</value>
                  </property>
                  
          <!-- Velocity屬性配置 -->
                  
          <property name="velocityProperties">
                      
          <props>
                          
          <prop key="input.encoding">UTF-8</prop><!-- 指定模板引擎進行模板處理的編碼 -->
                          
          <prop key="output.encoding">UTF-8</prop><!-- 指定輸出流的編碼 -->
                          
          <prop key="contentType">text/html;charset=UTF-8</prop><!-- contentType -->
                          
          <prop key="velocimacro.library">macro/macros.vm</prop><!-- Velocimacro 模板庫的列表 -->
                          
          <prop key="eventhandler.referenceinsertion.class">com.sde.common.web.escape.reference.NoEscapeHtmlReference</prop>
                          
          <prop key="eventhandler.noescape.html.match">/(?:screen_content)|(?:noescape_.*)/</prop>
                      
          </props>
                  
          </property>
              
          </bean>

              
          <bean id="viewResolver" class="org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver">
                   
          <property name="cache" value="false" /><!--是否緩存模板-->
                    
          <property name="prefix" value="" />
                   
          <property name="suffix" value=".vm" />
                   
          <property name="toolboxConfigLocation" value="/WEB-INF/toolbox.xml" /><!--toolbox配置文件路徑-->
                    <property name="dateToolAttribute" value="date" /><!--日期函數名稱-->
                    <property name="numberToolAttribute" value="number" /><!--數字函數名稱-->
                   
          <property name="contentType" value="text/html;charset=UTF-8" />
                    
          <property name="exposeSpringMacroHelpers" value="true" /><!--是否使用spring對宏定義的支持-->        
                    <property name="exposeRequestAttributes" value="true" /><!--是否開放request屬性-->
           
                   <property name="requestContextAttribute" value="rc"/><!--request屬性引用名稱-->
                       <property name="layoutUrl" value="templates/layout/default.vm"/<!--指定layout文件-->
             </bean>
          posted @ 2011-11-24 15:57 liucs 閱讀(6607) | 評論 (0)編輯 收藏
          主站蜘蛛池模板: 南涧| 北票市| 志丹县| 福州市| 巢湖市| 普洱| 望谟县| 红安县| 枣庄市| 昌宁县| 定襄县| 利辛县| 广饶县| 长兴县| 长乐市| 鄄城县| 习水县| 浪卡子县| 永年县| 峨边| 苗栗市| 乐都县| 道真| 电白县| 绥宁县| 龙岩市| 石景山区| 织金县| 大名县| 桐梓县| 锡林郭勒盟| 万载县| 房产| 瓦房店市| 绿春县| 甘谷县| 莱西市| 兴山县| 丹棱县| 碌曲县| 城市|