Fawkes API  Fawkes Development Version
fawkes::WebPageFooterGenerator Class Reference

Interface for HTML footer generator. More...

#include <>>

Inheritance diagram for fawkes::WebPageFooterGenerator:

List of all members.

Public Member Functions

virtual ~WebPageFooterGenerator ()
 Virtual empty destructor.
virtual std::string html_footer ()=0
 Generate HTML footer.

Detailed Description

Interface for HTML footer generator.

A page footer generator has the task to generate the HTML code that is appended to each standard page. This is a possible footer or navigational additions. A footer generator must also generate the closing </body></html> tags.

Author:
Tim Niemueller

Constructor & Destructor Documentation

fawkes::WebPageFooterGenerator::~WebPageFooterGenerator ( ) [virtual]

Virtual empty destructor.

Definition at line 44 of file page_footer_generator.cpp.


Member Function Documentation

std::string fawkes::WebPageFooterGenerator::html_footer ( ) [pure virtual]

Generate HTML footer.

Returns:
footer HTML code, including </body></html>

Implemented in WebviewFooterGenerator.

Referenced by fawkes::WebPageReply::pack().


The documentation for this class was generated from the following files: