接口 org.tinygroup.weblayer.webcontext.parser.upload.ParameterParserFilter
的使用

使用 ParameterParserFilter 的软件包
org.tinygroup.weblayer.filter   
org.tinygroup.weblayer.webcontext.parser.impl   
org.tinygroup.weblayer.webcontext.parser.upload   
org.tinygroup.weblayer.webcontext.parser.valueparser.impl   
 

org.tinygroup.weblayer.filterParameterParserFilter 的使用
 

参数类型为 ParameterParserFilterorg.tinygroup.weblayer.filter 中的方法
 void ParserTinyFilter.setParameterParserFilters(ParameterParserFilter[] filters)
           
 

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

实现 ParameterParserFilterorg.tinygroup.weblayer.webcontext.parser.impl 中的类
 class HTMLParameterValueFilter
          过滤参数。
 class UploadedFileExtensionWhitelist
          根据文件名后缀过滤上传文件。
 

参数类型为 ParameterParserFilterorg.tinygroup.weblayer.webcontext.parser.impl 中的方法
 void ParserWebContextImpl.setParameterParserFilters(ParameterParserFilter[] filters)
          设置用于过滤参数的filters。
 

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

org.tinygroup.weblayer.webcontext.parser.uploadParameterParserFilter 的子接口
 interface ParameterValueFilter
          过滤用户输入的参数值。
 interface UploadedFileFilter
          过滤用户上传的文件。
 

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

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



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