论坛首页 入门技术论坛

DWR 从session中取出数据

浏览 1803 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2009-06-19  

需要导入的类有:

import org.directwebremoting.WebContextFactory;

 

import javax.servlet.http.*;

import javax.servlet.*;

 

import org.directwebremoting.WebContextFactory;

import javax.servlet.http.*;
import javax.servlet.*;

try {
		 HttpSession session = WebContextFactory.get().getSession();
		Customer c = (Customer) session.getAttribute(com.core.configuration.Configuration.SESSION_CUSTOMER);
		
		 log.info("ssss" + c.getName());
		ServletContext application = session.getServletContext();
		} catch (Exception e) {
		 e.printStackTrace();
				}
 
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics