simple.template.velocity |
|
Java Source File Name | Type | Comment |
VelocityContainer.java | Class | The VelocityContainer provides an implementation
of the Container object for Velocity.
This can be used with a TemplateEngine to provide
template documents written in the Velocity Templating Language
(VTL) to service objects. |
VelocityDatabase.java | Class | The VelocityDatabase provides an adapter database
implementation for the Context object. |
VelocityLayout.java | Class | The VelocityLayout object provides an implementation
of the Layout interface for Velocity.
This acts a a convinience object that avoids having to deal
with the LayoutFactory . |
VelocityLoader.java | Class | The VelocityLoader interfaces with the Velocity
templating system. |
VelocityTemplate.java | Class | The VelocityTemplate object is used to wrap a
template loaded from the templating system. |
VelocityViewer.java | Class | The VelocityViewer provides an implementation
of the Viewer interface. |
VelocityViewerFactory.java | Class | The VelocityVeiwerFactory resolves a viewer
instance from a specified path. |