Uses of Package
velosurf.util

Packages that use velosurf.util
velosurf.context Contains all classes that can be accessed from inside a Velocity template. 
velosurf.sql Contains all core classes dealing with the database itself. 
velosurf.util This package gathers miscellanous utility classes. 
 

Classes in velosurf.util used by velosurf.context
UserContext
          Used to store contextual values relatives to the user (in a web context, there is one UserContext per http session).
 

Classes in velosurf.util used by velosurf.sql
Cryptograph
          Cryptograph - used to encrypt and decrypt strings.
HashMultiMap
          A MultiMap is a Map allowing multiple occurrences of keys.
UserContext
          Used to store contextual values relatives to the user (in a web context, there is one UserContext per http session).
XIncludeResolver
          A basic JDOM XInclude resolver that will also work with a document base inside WEB-INF and with war archives.
 

Classes in velosurf.util used by velosurf.util
Cryptograph
          Cryptograph - used to encrypt and decrypt strings.
MailNotifier
           
MailNotifier.Notification
           
MultiMap
          A MultiMap is a Map allowing multiple occurrences of keys.
SavedRequest
           Object that saves the critical information from a request so that form-based authentication can reproduce it once the user has been authenticated.
 



~ooOoo~