Package velosurf.context

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

See:
          Description

Interface Summary
HasParametrizedGetter Implemented by context objects that do provide a default method handler.
 

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 This private class gathers informations on the class of wrapped objects.
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~