Uses of Package
velosurf.context

Packages that use velosurf.context
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  
velosurf.sql Contains all core classes dealing with the database itself. 
velosurf.standalone Contains the standalone version of the Velosurf tool. 
velosurf.tools Contains the velocity-tools version of the Velosurf tool, plus an http query parameter parser tool. 
 

Classes in velosurf.context used by velosurf.context
Instance
          An Instance provides field values by their name, choosing in a transparent way between the associated RowIterator or the Map its implement.
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.model
Instance
          An Instance provides field values by their name, choosing in a transparent way between the associated RowIterator or the Map its implement.
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.standalone
DBReference
          A context wrapper for the main database connection object.
 

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



ooOoo