Module Synopsis.Formatters.HTML.View

Classes Summary:
class Format
references
source code
Default and base class for formatting a view layout.
class Template
references
source code
Format subclass that uses a template file to define the HTML header and footer for each view.
class View
references
source code
Base class for Views.
Classes Details:
class Format
references
source code
Default and base class for formatting a view layout. The Format class basically defines the HTML used at the start and end of the view. The default creates an XHTML compliant header and footer with a proper title, and link to the stylesheet.
class Template
references
source code
Format subclass that uses a template file to define the HTML header and footer for each view.
class View
references
source code
Base class for Views. The base class provides a common interface, and also handles common operations such as opening the file, and delegating the view formatting to a strategy class.