Fawkes API  Fawkes Development Version
fawkes::WebPageFooterGenerator Class Referenceabstract

#include <>>

Public Member Functions

virtual ~WebPageFooterGenerator ()
 Virtual empty destructor. More...
 
virtual std::string html_footer ()=0
 

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

Definition at line 36 of file page_footer_generator.h.

Constructor & Destructor Documentation

◆ ~WebPageFooterGenerator()

fawkes::WebPageFooterGenerator::~WebPageFooterGenerator ( )
virtual

Virtual empty destructor.

Definition at line 47 of file page_footer_generator.cpp.

Member Function Documentation

◆ html_footer()

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

Generate HTML footer.

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

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