Package velosurf.context

Contains all classes that can be accessed from inside a Velocity template.

See:
          Description

Class Summary
AttributeReference Context wrapper for attributes
DBReference A context wrapper for the main database connection object.
EntityReference Context wrapper for an entity.
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.
 

Package velosurf.context Description

Contains all classes that can be accessed from inside a Velocity template.

Package Specification



ooOoo