Interface | Description |
---|---|
TwoPhaseCommitWebContext |
扩展于
WebContext ,支持先提交headers,再提交全体内容。 |
Class | Description |
---|---|
AbstractRequestWrapper |
被
WebContext 支持的HttpServletRequestWrapper 。 |
AbstractResponseWrapper |
response的包装
|
AbstractWebContextWrapper |
功能说明:抽象的包装上下文,类属性值都是从被包装的上下文对象中获得
|
CommitMonitor |
保存commit的状态,用来防止重复commit。
|
DefaultWebContext |
功能说明:默认的上下文实现,如果filter没有自定义增强上下文的对象,那么就返回此对象
|
SimpleWebContext |
功能说明: 实现了
WebContext 接口,包含request、response和servletContext的信息。 |
WebLayerConstant |
weblayer框架中定义的常量
|
Exception | Description |
---|---|
WebContextException |
代表一个通用web context中发生的异常。
|
Copyright © 2006–2018 TinyGroup. All rights reserved.