velosurf.util |
This package gathers miscellanous utility classes.
Package Specification
|
Java Source File Name | Type | Comment |
Cryptograph.java | Interface | Cryptograph - used to encrypt and decrypt strings. |
DBResourceLoader.java | Class | A database resource loader for use with Velosurf. |
DESCryptograph.java | Class | Implemenation of the cryptograph for the DES algorithm. |
DNSResolver.java | Class | |
Enumerator.java | Class | Adapter class that wraps an Enumeration around a Java2
collection classes object Iterator so that existing APIs
returning Enumerations can easily run on top of the new collections.
Constructors are provided to easliy create such wrappers.
The source code is taken from Apache Tomcat
author: Craig R. |
FastHttpDateFormat.java | Class | |
HashMultiMap.java | Class | A MultiMap is a Map allowing multiple occurrences of keys. |
LineWriterOutputStream.java | Class | |
Logger.java | Class | This class is the logger used by velosurf. |
MailNotifier.java | Class | |
MultiMap.java | Interface | A MultiMap is a Map allowing multiple occurrences of keys. |
NullServlet.java | Class | A null servlet, provided here for convenience, that will redirect the user to the forbidden uri (if provided
in the init parameter "forbidden-uri") or respond with the FORBIDDEN error code. |
ReaderInputStream.java | Class | Simple class to allow casting a reader in an input stream. |
SavedRequest.java | Class |
Object that saves the critical information from a request so that
form-based authentication can reproduce it once the user has been
authenticated.
IMPLEMENTATION NOTE - It is assumed that this object is accessed
only from the context of a single thread, so no synchronization around
internal collection classes is performed.
FIXME - Currently, this object has no mechanism to save or
restore the data content of the request, although it does save
request parameters so that a POST transaction can be faithfully
duplicated.
The original source code is got from Apache Tomcat
author: Craig R. |
SavedRequestWrapper.java | Class | |
ServletLogWriter.java | Class | This class implements a writer towards the servlet log. |
StringLists.java | Class | This static class gathers utilities for lists of strings. |
Strings.java | Class | |
TemplateNameFilter.java | Class | This class is a forwarding filter which allows to hide ".vtl" from resource URLs. |
ToolFinder.java | Class | An utility class used to find a tool in the toolbox. |
UserContext.java | Class | Used to store contextual values relatives to the user (in a web context, there is one UserContext per http session). |
VelosurfLogChute.java | Class | |
WriterOutputStream.java | Class | |
XIncludeResolver.java | Class | |