Modifier and Type | Class and Description |
---|---|
class |
HTMLParameterValueFilter
过滤参数。
|
class |
UploadedFileExtensionWhitelist
根据文件名后缀过滤上传文件。
|
class |
UploadServiceImpl
这个service可以处理
multipart/form-data 格式的HTTP
POST请求,并将它们转换成form字段或是文件。 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSerializationEncoder
通过
Serializer 提供的序列化机制来编码对象,以及解码字符串。 |
Modifier and Type | Class and Description |
---|---|
class |
SerializationEncoder
通过
Serializer 提供的序列化机制来编码对象,以及解码字符串。 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJceEncrypter |
Modifier and Type | Class and Description |
---|---|
class |
AesEncrypter |
Modifier and Type | Class and Description |
---|---|
class |
RandomIDGenerator
用随机数生成session ID的机制。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionValueEncoder
SessionEncoder 针对非串行化场景的抽象编码实现,加密,base64来编码、解码。 |
Modifier and Type | Class and Description |
---|---|
class |
MappedValuesEncoder
将一个
Map 编码成字符串,或反之。支持加密。 |
class |
SimpleValueEncoder
将一个简单类型编码成字符串,或反之。支持加密。
|
Copyright © 2006–2018 TinyGroup. All rights reserved.