标签:des blog http ar io sp on log bs
session = Executions.getCurrent().getDesktop().getSession();或
HttpSession session = (HttpSession) Executions.getCurrent().getDesktop().getSession();
ServletContext sc =
(ServletContext) Sessions.getCurrent().getWebApp().getNativeContext();
HttpServletRequest request =
(HttpServletRequest) Executions.getCurrent().getNativeRequest();
标签:des blog http ar io sp on log bs
原文地址:http://www.cnblogs.com/langdangyunliu/p/4172573.html