|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.context.impl.BaseContextImpl
org.tinygroup.context.impl.ContextImpl
org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
org.tinygroup.weblayer.webcontext.CommitMonitor
org.tinygroup.weblayer.webcontext.SimpleWebContext
public class SimpleWebContext
功能说明: 实现了WebContext接口,包含request、response和servletContext的信息。
系统版本: v1.0
开发人员: renhui
开发时间: 2013-5-7
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
| 字段摘要 |
|---|
| 从类 org.tinygroup.context.impl.BaseContextImpl 继承的字段 |
|---|
itemMap |
| 构造方法摘要 | |
|---|---|
SimpleWebContext(WebContext webContext,
TinyFilterHandler handler,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
创建一个新的 RequestContext对象。 |
|
| 方法摘要 | |
|---|---|
void |
commit()
结束一个请求。 |
void |
prepare()
开始一个请求。 |
String |
toString()
显示当前 RequestContext的内容。 |
| 从类 org.tinygroup.weblayer.webcontext.CommitMonitor 继承的方法 |
|---|
commitHeaders, getTopWebContext, isCommitted, isHeadersCommitted, setCommitted, setHeadersCommitted, setTopWebContext |
| 从类 org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper 继承的方法 |
|---|
get, getFromWrapperContext, getObject, getRequest, getResponse, getServletContext, getWrappedWebContext, getWrappedWebContext, init, putSubWebContext, setObject, setRequest, setResponse, setServletContext |
| 从类 org.tinygroup.context.impl.ContextImpl 继承的方法 |
|---|
clear, clearSubContext, createSubContext, findNodeMap, get, getParent, getSubContext, getSubContextMap, put, putContext, putSubContext, remove, removeSubContext, renameKey, renameKeyNodeMap, setParent |
| 从类 org.tinygroup.context.impl.BaseContextImpl 继承的方法 |
|---|
exist, get, getItemMap, put, remove, size |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 从接口 org.tinygroup.weblayer.WebContext 继承的方法 |
|---|
getObject, getRequest, getResponse, getServletContext, getWrappedWebContext, init, setObject, setRequest, setResponse, setServletContext |
| 从接口 org.tinygroup.context.Context 继承的方法 |
|---|
clearSubContext, createSubContext, get, getParent, getSubContext, getSubContextMap, put, putSubContext, remove, removeSubContext, setParent |
| 从接口 org.tinygroup.context.BaseContext 继承的方法 |
|---|
clear, exist, get, get, getItemMap, put, remove, renameKey, size |
| 构造方法详细信息 |
|---|
public SimpleWebContext(WebContext webContext,
TinyFilterHandler handler,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
RequestContext对象。
servletContext - 当前请求所在的ServletContextrequest - HttpServletRequest对象response - HttpServletResponse对象| 方法详细信息 |
|---|
public void prepare()
public void commit()
public String toString()
RequestContext的内容。
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||