Package | Description |
---|---|
org.tinygroup.filter | |
org.tinygroup.weblayer | |
org.tinygroup.weblayer.filter | |
org.tinygroup.xmlsignaturefilter |
Modifier and Type | Class and Description |
---|---|
class |
TinydbFilter
功能说明:获取beantype参数,组装成Bean对象,存放到context 开发人员: renhui
开发时间: 2014-2-20 |
Modifier and Type | Interface and Description |
---|---|
interface |
TinyFilter
WebContext过滤器,用于根据WebContext进行相关处理
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTinyFilter
tinyfilter的抽象实现
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTinyFilter
对输入、输出的数据进行安全检查,排除可能的攻击。例如:XSS过滤、CRLF换行回车过滤等。
|
class |
BufferedTinyFilter
对写入response中的数据进行缓存,以便于实现嵌套的页面。
|
class |
FormCheckTinyFilter
进行表单检查的tiny过滤器,可以防止重复提交以及防止csrf攻击
|
class |
LazyCommitTinyFilter
延迟提交response,用来支持基于cookie的session。
|
class |
ParserTinyFilter
解析用户提交的参数,无论是普通的请求,还是multipart/form-data这样的用于上传文件的 请求。
|
class |
RewriteTinyFilter
改写URL及参数,类似于Apache HTTPD Server中的rewrite模块。
|
class |
SessionTinyFilter
增强的Session框架,可将session中的对象保存到cookie、数据库或其它存储中。
|
class |
SetLocaleTinyFilter
设置当前请求的区域(locale)、编码字符集(charset)。
|
Modifier and Type | Class and Description |
---|---|
class |
XmlSignatureTinyFilter
验证XML数字签名的过滤器
|
Copyright © 2006–2018 TinyGroup. All rights reserved.