Module us_web_meta

Module to handle 'meta' websites, that is (generated) websites about websites, to help their quick monitoring.

Description

Module to handle 'meta' websites, that is (generated) websites about websites, to help their quick monitoring.

Data Types

domain_config_table()

domain_config_table() = class_USWebConfigServer:domain_config_table()

html_element()

html_element() = web_utils:html_element()

meta_web_settings()

meta_web_settings() = class_USWebConfigServer:meta_web_settings()

protocol_type()

protocol_type() = web_utils:protocol_type()

tcp_port()

tcp_port() = net_utils:tcp_port()

vhost_config_entry()

vhost_config_entry() = class_USWebConfigServer:vhost_config_entry()

Function Index

get_page_body/6Returns the HTML body for a meta page.
get_page_footer/0Returns the HTML footer for a meta page.
get_page_header/0Returns the HTML header for a meta page.
get_vhost_description/3Returns the HTML description for the specified virtual host.
get_vhost_display_name/2Returns the display name for the specified vhost.

Function Details

get_page_body/6

get_page_body(Scheme::protocol_type(), Port::tcp_port(), DomainCfgTable::domain_config_table(), StartTimestamp::time_utils:timestamp(), MetaWebSettings::meta_web_settings(), LogAnalysisEnabled::boolean()) -> html_element()

Returns the HTML body for a meta page.

get_page_footer/0

get_page_footer() -> html_element()

Returns the HTML footer for a meta page.

get_page_header/0

get_page_header() -> html_element()

Returns the HTML header for a meta page.

get_vhost_description/3

get_vhost_description(Scheme::protocol_type(), Port::tcp_port(), Vhost_config_entry::vhost_config_entry()) -> html_element()

Returns the HTML description for the specified virtual host.

get_vhost_display_name/2

get_vhost_display_name(VHostId, ParentHost) -> any()

Returns the display name for the specified vhost.


Generated by EDoc