现在的位置: 首页 > 综合 > 正文

Spring参考手册 mvc:view-controller

2013年12月15日 ⁄ 综合 ⁄ 共 379字 ⁄ 字号 评论关闭
 

This tag is a shorcut for defining a ParameterizableViewController that immediately forwards to a view when invoked.
这个标签是为了简化ParameterizableViewController映射到视图的配置

Use it in static cases when there is no Java Controller logic to execute before the view generates the response.
当响应视图是不需要执行控制器逻辑时使用

An example of view-controller that forwards to a home page is shown below:
一个跳转到主页的配置例子
<mvc:view-controller path="/" view-name="home"/>

抱歉!评论已关闭.