接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
的使用

使用 ValueParser 的软件包
org.tinygroup.weblayer.webcontext.parser.valueparser   
org.tinygroup.weblayer.webcontext.parser.valueparser.impl   
 

org.tinygroup.weblayer.webcontext.parser.valueparserValueParser 的使用
 

org.tinygroup.weblayer.webcontext.parser.valueparserValueParser 的子接口
 interface CookieParser
          CookieParser是用来解析和添加HTTP请求中的cookies的接口。
 interface ParameterParser
          ParameterParser是用来解析HTTP请求中GET或POST的参数的接口。
 

实现 ValueParserorg.tinygroup.weblayer.webcontext.parser.valueparser 中的类
 class AbstractValueParser
          代表一个解析器的基类,用来取得HTTP请求中的参数和cookies。
 

org.tinygroup.weblayer.webcontext.parser.valueparser.implValueParser 的使用
 

实现 ValueParserorg.tinygroup.weblayer.webcontext.parser.valueparser.impl 中的类
 class CookieParserImpl
          CookieParser是用来解析和添加HTTP请求中的cookies的接口。
 class ParameterParserImpl
          用来解析HTTP请求中GET或POST的参数的接口ParameterParser的默认实现。
 



Copyright © 2006–2014 开源组织. All rights reserved.