org.araneaframework.http.util |
|
Java Source File Name | Type | Comment |
AtomicResponseHelper.java | Class | A helper class for providing rollback and commit functionality on an OutputData.
If something has been written to the OutputData, commit() will flush
it, forcing any buffered output to be written out. |
EncodingUtil.java | Class | Provides base64 encoding, decoding methods, generating a digest and checking the digest methods. |
EnvironmentUtil.java | Class | Utility class that provides shortcuts for accessing some
Environment entries. |
FileImportUtil.java | Class | Utility methods for converting file names to a form which allows them to be imported with
StandardFileImportFilterService . |
JsonArray.java | Class | An ordered list of values in JSON data-interchange format. |
JsonObject.java | Class | A collection of name/value pairs in JSON data-interchange format. |
ServletUtil.java | Class | Utility methods for Aranea framework running inside a servlet container. |
URLUtil.java | Class | |