Modifier and Type | Class and Description |
---|---|
class |
WebContextImpl
web上下文接口实现
|
Modifier and Type | Class and Description |
---|---|
class |
CommitMonitor
保存commit的状态,用来防止重复commit。
|
class |
DefaultWebContext
功能说明:默认的上下文实现,如果filter没有自定义增强上下文的对象,那么就返回此对象
|
class |
SimpleWebContext
功能说明: 实现了
WebContext 接口,包含request、response和servletContext的信息。 |
Modifier and Type | Class and Description |
---|---|
class |
BasicWebContextImpl
过滤header中的crlf,将status message用HTML entities转义,限制cookie的总大小。
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedWebContextImpl |
Modifier and Type | Class and Description |
---|---|
class |
LazyCommitWebContextImpl
延迟提交response的实现。
|
Modifier and Type | Class and Description |
---|---|
class |
ParserWebContextImpl
自动解析request parameters和cookie parameters,并透明地处理upload请求的request context实现。
|
Modifier and Type | Class and Description |
---|---|
class |
RewriteWebContextImpl
重写URL及参数的request context,类似于apache的mod_rewrite模块。
|
Modifier and Type | Class and Description |
---|---|
class |
SessionWebContextImpl
支持session的
HttpRequestContext 实现。 |
Modifier and Type | Class and Description |
---|---|
class |
SetLocaleWebContextImpl
SetLocaleWebContext 的实现。 |
Modifier and Type | Class and Description |
---|---|
class |
XmlSignatureWebContextImpl |
Copyright © 2006–2018 TinyGroup. All rights reserved.