首页>代码>jsp+java servlet开发一个小型java web楼盘销售后台管理系统>/HengDa/src/cn/an/ClientServlet/AllClientServlet.java
package cn.an.ClientServlet;

import java.io.IOException;
import java.io.PrintWriter;
import java.util.List;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import cn.anbo.been.Client;
import cn.anbo.service.ClientService;
import cn.anbo.serviceImpl.ClientServiceImpl;

public class AllClientServlet extends HttpServlet {

	ClientService cs=new ClientServiceImpl();

	public void doGet(HttpServletRequest request, HttpServletResponse response)
			throws ServletException, IOException {
     List<Client> lc=cs.AllClient();
     if(lc!=null){
    	 request.setAttribute("mq", lc);
    	 request.getRequestDispatcher("/client/clientShow.jsp").forward(request, response);
     }
		
	}

	
	public void doPost(HttpServletRequest request, HttpServletResponse response)
			throws ServletException, IOException {

		doGet(request, response);
	}

}
最近下载更多
sunlzh888888  LV29 6月24日
asddwh  LV13 2023年12月29日
李朝磊  LV18 2023年12月8日
weilaizhisheng  LV21 2023年1月8日
liu2022  LV14 2022年7月31日
huwenxuan  LV6 2022年6月22日
zhaoyangwfd  LV17 2022年6月22日
lvhongquan  LV11 2022年6月16日
微信网友_5970230176714752  LV2 2022年6月14日
于暖暖  LV3 2022年4月23日
最近浏览更多
范德萨发顺丰的  LV1 6月16日
仙女山的月亮  LV2 5月22日
泓鼎168  LV20 5月15日
jiyun2021  LV9 1月23日
heshao  LV2 1月11日
黑茶 HeyTea 1月2日
暂无贡献等级
asddwh  LV13 2023年12月26日
李朝磊  LV18 2023年12月8日
linyou  LV1 2023年12月6日
ncyhhh  LV2 2023年11月26日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友