| Package | Description |
|---|---|
| org.tinygroup.weblayer.webcontext.parser.valueparser | |
| org.tinygroup.weblayer.webcontext.parser.valueparser.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CookieParser
CookieParser是用来解析和添加HTTP请求中的cookies的接口。 |
interface |
ParameterParser
ParameterParser是用来解析HTTP请求中GET或POST的参数的接口。 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValueParser
代表一个解析器的基类,用来取得HTTP请求中的参数和cookies。
|
| Modifier and Type | Class and Description |
|---|---|
class |
CookieParserImpl
CookieParser是用来解析和添加HTTP请求中的cookies的接口。 |
class |
ParameterParserImpl
用来解析HTTP请求中GET或POST的参数的接口
ParameterParser的默认实现。 |
Copyright © 2006–2018 TinyGroup. All rights reserved.