package com.itmyhome;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.multiaction.MultiActionController;
public class UserController extends MultiActionController {
public ModelAndView add(HttpServletRequest request,HttpServletResponse response) {
ModelAndView mv = new ModelAndView();
mv.addObject("message","add");
mv.setViewName("add");
return mv;
}
public ModelAndView delete(HttpServletRequest request,HttpServletResponse response) {
ModelAndView mv = new ModelAndView();
mv.addObject("message","delete");
mv.setViewName("delete");
return mv;
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
springMVC3学习(五)--MultiActionController(源码)
共39个文件
jar:23个
jsp:3个
xml:2个
5星 · 超过95%的资源 需积分: 32 109 下载量 41 浏览量
2014-05-18
08:55:22
上传
评论
收藏 4.88MB ZIP 举报
温馨提示
springMVC3学习(五)--MultiActionController(源码) 文章地址:http://blog.csdn.net/itmyhome1990/article/details/25988091
资源推荐
资源详情
资源评论
收起资源包目录
spring_MultiActionController.zip (39个子文件)
spring_MultiActionController
.project 1KB
.mymetadata 358B
src
com
itmyhome
UserController.java 749B
WebRoot
WEB-INF
classes
com
itmyhome
UserController.class 1KB
lib
org.springframework.instrument-3.1.1.RELEASE.jar 7KB
org.springframework.web.servlet-3.1.1.RELEASE.jar 560KB
org.springframework.web-3.1.1.RELEASE.jar 532KB
org.springframework.oxm-3.1.1.RELEASE.jar 71KB
org.springframework.beans-3.1.1.RELEASE.jar 576KB
org.springframework.test-3.1.1.RELEASE.jar 224KB
org.springframework.expression-3.1.1.RELEASE.jar 172KB
jstl.jar 17KB
org.springframework.jdbc-3.1.1.RELEASE.jar 395KB
org.springframework.context.support-3.1.1.RELEASE.jar 105KB
org.springframework.asm-3.1.1.RELEASE.jar 52KB
org.springframework.web.struts-3.1.1.RELEASE.jar 31KB
org.springframework.aspects-3.1.1.RELEASE.jar 49KB
org.springframework.context-3.1.1.RELEASE.jar 812KB
commons-logging.jar 26KB
org.springframework.jms-3.1.1.RELEASE.jar 195KB
org.springframework.aop-3.1.1.RELEASE.jar 324KB
standard.jar 287KB
org.springframework.transaction-3.1.1.RELEASE.jar 241KB
org.springframework.orm-3.1.1.RELEASE.jar 370KB
org.springframework.instrument.tomcat-3.1.1.RELEASE.jar 11KB
org.springframework.core-3.1.1.RELEASE.jar 439KB
org.springframework.web.portlet-3.1.1.RELEASE.jar 186KB
config
springMVC.xml 2KB
web.xml 832B
index.jsp 834B
add.jsp 887B
META-INF
MANIFEST.MF 36B
delete.jsp 887B
.myeclipse
.settings
org.eclipse.wst.jsdt.ui.superType.container 49B
org.eclipse.jdt.core.prefs 330B
org.eclipse.wst.jsdt.ui.superType.name 6B
com.genuitec.eclipse.j2eedt.core.prefs 1KB
.jsdtscope 500B
.classpath 3KB
共 39 条
- 1
资源评论
- fwaefwe2014-08-21非常好的一个教学资源。
- 柳光峰2016-06-21非常不错的东西,结合博客讲的内容,很好的学习资料
- u0105887632016-08-27特别好的资源
麦田
- 粉丝: 2328
- 资源: 67
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 技术资源分享-我的运维人生-Vue 应用数据交互与状态管理脚本
- formatted-task018-mctaco-temporal-reasoning-presence.json
- formatted-task017-mctaco-wrong-answer-generation-frequency.json
- 一个基于用手写的非常正常的图片
- formatted-task016-mctaco-answer-generation-frequency.json
- formatted-task015-mctaco-question-generation-frequency.json
- GL-v3-M416.apk
- formatted-task014-mctaco-wrong-answer-generation-absolute-timepoint.json
- sdddddddddaaaaaaaaaa
- Linux部署文件资料
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功