| 类 | 说明 |
|---|---|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| ClassUtil | |
| ConcurrentLinkedList | |
| DbUtil | |
| Debug |
Configurable Debug logging wrapper class
|
| DisableUrlSessionFilter |
Servlet filter which disables URL-encoded session identifiers.
|
| FileLocator |
the locator for configure file
|
| FileUtil | |
| HttpResponseCacheFilter |
解决两个功能:
1.
|
| MultiHashMap |
MultiHashMap is a extension java.util.HashMap.It is usde if following condition.
|
| MyCompare | |
| ObjectCreator |
Creates instance of any object, given its full qualified class name is given
and it has a public accessable constructor.
|
| ObjectStreamUtil | |
| PropsUtil | |
| RegisterCode | |
| RequestUtil |
RequestUtil utility class Good ol' copy-n-paste from
http://www.javaworld.com/javaworld/jw-02-2002/ssl/utilityclass.txt which
is referenced in the following article:
http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl.html
|
| SetCharacterEncodingFilter |
Filter that sets the character encoding to be used in parsing the
incoming request, either unconditionally or only if the client did not
specify a character encoding.
|
| SimpleCachePool | |
| StringUtil | |
| URLUtil | |
| UtilDateTime |
Utility class for handling java.util.Date, the java.sql data/time classes and
related information
|
| UtilValidate |
General input/data validation methods
Utility methods for validating data, especially input.
|
| XmlUtil |
Copyright © 2018. All rights reserved.