simple.template.page |
|
Java Source File Name | Type | Comment |
PageContainer.java | Class | The PageContainer provides an implementation of the
Container object for Page objects. |
PageDatabase.java | Class | The PageDatabase provides an adapter database
implementation for the Model object. |
PageLayout.java | Class | The PageLayout object provides an implementation
of the Layout interface for Page.
This acts a a convinience object that avoids having to deal
with the LayoutFactory . |
PageViewer.java | Class | The PageViewer provides an implementation
of the Viewer interface. |
PageViewerFactory.java | Class | The PageVeiwerFactory resolves a viewer
instance from a specified path. |