DWR框架中WebContext与WebContextFactory类

前端之家收集整理的这篇文章主要介绍了DWR框架中WebContext与WebContextFactory类前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

org.directwebremotingInterface WebContext


这个接口对应的方法简单介绍如下:

java.lang.String forwardToString (java.lang.Stringurl) 请求转发到一个给定的URL;


javax.servlet.http.HttpServletResponse getHttpServletRequest () 获取 HttpServletResponse 对象

javax.servlet.http.HttpServletResponse getHttpServletResponse()获取HttpServletResponse对象


javax.servlet.http.HttpSession getSession()获得HttpSession对象

javax.servlet.http.HttpSession getSession(booleancreate)返回与此请求或相关的当前的HttpSession如果没有当前会话和创造是真实的返回一个新的

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

org.directwebremotingClass WebContextFactory

staticvoid attach(Containercontainer) 内部方法使我们得到webcontextbuilder从而得到WebContext对象

staticWebContext get()当前访问
原文链接:https://www.f2er.com/ajax/164300.html

猜你在找的Ajax相关文章