Uses of Package
velosurf.context

Packages that use velosurf.context
velosurf Contains the Velosurf tool. 
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.web Contains the Velocity View Tools version of the Velosurf tool, plus an http query parameter parser tool. 
velosurf.web.auth Contains classes related to authentication. 
 

Classes in velosurf.context used by velosurf
DBReference
          A context wrapper for the main database connection object.
 

Classes in velosurf.context used by velosurf.context
EntityReference
          Context wrapper for an entity.
ExternalObjectWrapper.ClassInfo
          This private class gathers informations on the class of wrapped objects.
Instance
          An Instance provides field values by their name.
 

Classes in velosurf.context used by velosurf.model
Instance
          An Instance provides field values by their name.
RowIterator
          This class is a context wrapper for ResultSets, and provides an iteration mecanism for #foreach loops, as long as getters for values of the current row.
 

Classes in velosurf.context used by velosurf.sql
RowIterator
          This class is a context wrapper for ResultSets, and provides an iteration mecanism for #foreach loops, as long as getters for values of the current row.
 

Classes in velosurf.context used by velosurf.web
DBReference
          A context wrapper for the main database connection object.
 

Classes in velosurf.context used by velosurf.web.auth
DBReference
          A context wrapper for the main database connection object.
 



~ooOoo~