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.model Classes linked to the data model : entities, attributes and actions Package Specification
velosurf.sql Contains all core classes dealing with the database itself. 
velosurf.util Gather miscellanous utility classes. 
velosurf.web Contains the velocity-tools version of the Velosurf tool, plus an http query parameter parser tool. 
 

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.model
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.
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
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.
 

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



~ooOoo~