|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object gboat2.base.bridge.GboatAppContext
public class GboatAppContext
整个平台的上下文,提供一些通用的常规工具方法
字段摘要 |
---|
从接口 gboat2.base.bridge.GboatAppConstants 继承的字段 |
---|
CT_HTML_UTF8, CT_JOSN_UTF8, CT_PLAIN_UTF8, ENCODING_GBK, ENCODING_ISO88591, ENCODING_UTF8, INCLUDE_SERVLET_PATH_KEY, WEBAPP_ROOT_KEY |
构造方法摘要 | |
---|---|
GboatAppContext()
|
方法摘要 | |
---|---|
static String |
getRemoteAddr()
|
static javax.servlet.http.HttpServletRequest |
getRequest()
|
static javax.servlet.http.HttpServletResponse |
getResponse()
|
static javax.servlet.ServletContext |
getServletContext()
|
static javax.servlet.http.HttpSession |
getSession()
|
static Object |
getSessionAttr(String name)
根据 session 中的 key 获取对应的值 |
static UserSession |
getUserSession()
|
static UserSession |
getUserSession(javax.servlet.http.HttpServletRequest request)
用户 Session 实例 |
static String |
getWebRootPath()
返回web应用的根目录的绝对路径: eg: D:\apache-tomcat-7.0.23\webapps\G2\ |
static void |
output(Object obj)
向前台输出响应信息 注意: 方法最后会调用HttpServletResponse.getWriter.close() |
static void |
output(Object obj,
javax.servlet.http.HttpServletResponse response)
向前台输出响应信息 注意: 方法最后会调用HttpServletResponse.getWriter.close() |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public GboatAppContext()
方法详细信息 |
---|
public static String getWebRootPath()
public static javax.servlet.ServletContext getServletContext()
public static javax.servlet.http.HttpServletRequest getRequest()
public static javax.servlet.http.HttpServletResponse getResponse()
public static javax.servlet.http.HttpSession getSession()
public static Object getSessionAttr(String name)
name
- 保存在 session 中的 key
public static UserSession getUserSession()
public static UserSession getUserSession(javax.servlet.http.HttpServletRequest request)
request
-
public static String getRemoteAddr()
public static void output(Object obj)
obj
- 要输出到前台的响应对象public static void output(Object obj, javax.servlet.http.HttpServletResponse response)
obj
- 要输出到前台的响应对象
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |