接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext
的使用

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

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

实现 ParserWebContextorg.tinygroup.weblayer.webcontext.parser.impl 中的类
 class ParserWebContextImpl
          自动解析request parameters和cookie parameters,并透明地处理upload请求的request context实现。
 

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

声明为 ParserWebContextorg.tinygroup.weblayer.webcontext.parser.valueparser 中的字段
protected  ParserWebContext AbstractValueParser.webContext
           
 

参数类型为 ParserWebContextorg.tinygroup.weblayer.webcontext.parser.valueparser 中的构造方法
AbstractValueParser(ParserWebContext requestContext)
           
 

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

参数类型为 ParserWebContextorg.tinygroup.weblayer.webcontext.parser.valueparser.impl 中的构造方法
CookieParserImpl(ParserWebContext webContext)
          从request中创建新的cookies。
ParameterParserImpl(ParserWebContext webContext, UploadService upload, boolean trimming, ParameterParserFilter[] filters, String htmlFieldSuffix)
          从request中创建新的parameters,如果是multipart-form,则自动解析之。
 

org.tinygroup.weblayer.webcontext.rewriteParserWebContext 的使用
 

返回 ParserWebContextorg.tinygroup.weblayer.webcontext.rewrite 中的方法
 ParserWebContext RewriteSubstitutionContext.getParserWebContext()
           
 



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