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.
ExternalObjectWrapper This wrapper allows one to specify custom mapping objects that don't inherit from Instance.
ExternalObjectWrapper.ClassInfo  
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.
 

Package velosurf.context Description

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

Package Specification



~ooOoo~