首页 > 代码库 > Freemarker中通过request获得contextPath
Freemarker中通过request获得contextPath
<!-- config Freemarker View Resolver--> <bean id="viewResolver" class="org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver"> <property name="viewClass" value="http://www.mamicode.com/org.springframework.web.servlet.view.freemarker.FreeMarkerView"/> <property name="contentType" value="http://www.mamicode.com/text/html;charset=utf-8"/> <property name="cache" value="http://www.mamicode.com/true"/> <property name="suffix" value="http://www.mamicode.com/.ftl"/> <property name="order" value="http://www.mamicode.com/0"/> <property name="requestContextAttribute" value="http://www.mamicode.com/request"/> </bean>
2. 在ftl文件中使用request
<#assign ctx=request.getContextPath()>
Freemarker中通过request获得contextPath
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。