domain_config_table() = class_USWebConfigServer:domain_config_table()
html_element() = web_utils:html_element()
meta_web_settings() = class_USWebConfigServer:meta_web_settings()
protocol_type() = web_utils:protocol_type()
tcp_port() = net_utils:tcp_port()
vhost_config_entry() = class_USWebConfigServer:vhost_config_entry()
get_page_body/6 | Returns the HTML body for a meta page. |
get_page_footer/0 | Returns the HTML footer for a meta page. |
get_page_header/0 | Returns the HTML header for a meta page. |
get_vhost_description/3 | Returns the HTML description for the specified virtual host. |
get_vhost_display_name/2 | Returns the display name for the specified vhost. |
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() -> html_element()
Returns the HTML footer for a meta page.
get_page_header() -> html_element()
Returns the HTML header for a meta page.
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(VHostId, ParentHost) -> any()
Returns the display name for the specified vhost.
Generated by EDoc