首页>代码>ExtJS开发网页在线聊天源码>/ExtJS做的一个网页聊天工具/WebQQApp/src/com/shyhao/qq/action/SendMsgAction.java
01/*
02 * Generated by MyEclipse Struts
03 * Template path: templates/java/JavaClass.vtl
04 */
05package com.shyhao.qq.action;
06 
07import javax.servlet.http.HttpServletRequest;
08import javax.servlet.http.HttpServletResponse;
09import org.apache.struts.action.Action;
10import org.apache.struts.action.ActionForm;
11import org.apache.struts.action.ActionForward;
12import org.apache.struts.action.ActionMapping;
13 
14import com.shyhao.qq.service.DBService;
15 
16/**
17 * MyEclipse Struts
18 * Creation date: 09-13-2008
19 *
20 * XDoclet definition:
21 * @struts.action validate="true"
22 */
23public class SendMsgAction extends Action {
24    /*
25     * Generated Methods
26     */
27 
28    /**
29     * Method execute
30     * @param mapping
31     * @param form
32     * @param request
33     * @param response
34     * @return ActionForward
35     */
36    public ActionForward execute(ActionMapping mapping, ActionForm form,
37            HttpServletRequest request, HttpServletResponse response) {
38        String toUserName=request.getParameter("toUserName");
39        String fromUserName=request.getParameter("fromUserName");
40        String message=request.getParameter("message");
41        DBService db=new DBService();
42        db.sendMsg(toUserName, fromUserName, message);
43        return null;
44    }
45}
最近下载更多
DarlingMeow  LV6 2023年5月20日
王华伟  LV19 2022年5月5日
j1an01  LV6 2021年11月24日
xiaohe52935  LV1 2021年8月17日
Me晴朗  LV2 2021年5月9日
宋国斌  LV4 2021年3月17日
2252536772  LV21 2021年1月21日
han329574  LV8 2020年7月21日
1690356080  LV38 2020年3月19日
a572046083  LV1 2020年3月8日
最近浏览更多
操作者 2024年4月17日
暂无贡献等级
3334004690  LV10 2024年3月20日
samh321  LV1 2023年12月9日
微信网友_6627705560322048  LV1 2023年8月30日
wanfeng_233  LV4 2023年8月29日
2017143155  LV12 2023年6月24日
小新Coding  LV9 2023年6月21日
DarlingMeow  LV6 2023年5月20日
1475406999  LV6 2023年5月4日
ALIT科技  LV4 2023年4月24日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友