| Modifier and Type | 类 and 描述 |
|---|---|
class |
ParserWebContextImpl
自动解析request parameters和cookie parameters,并透明地处理upload请求的request context实现。
|
| Modifier and Type | Field and 描述 |
|---|---|
protected ParserWebContext |
AbstractValueParser.webContext |
| Constructor and 描述 |
|---|
AbstractValueParser(ParserWebContext requestContext) |
| Constructor and 描述 |
|---|
CookieParserImpl(ParserWebContext webContext)
从request中创建新的cookies。
|
ParameterParserImpl(ParserWebContext webContext,
UploadService upload,
boolean trimming,
ParameterParserFilter[] filters,
String htmlFieldSuffix)
从request中创建新的parameters,如果是multipart-form,则自动解析之。
|
| Modifier and Type | Method and 描述 |
|---|---|
ParserWebContext |
RewriteSubstitutionContext.getParserWebContext() |
Copyright © 2006–2015 TinyGroup. All rights reserved.