Automatic generation produced by ISE Eiffel
class
HTML_TEMPLATE_VIEW
General
cluster: webex
description: "a template based HTML page view, implement a rich set of routines to help generating a result HTML page based on a predefined HTML template."
create: make_empty, make
Ancestors
VIEW
Queries
out: STRING_8 -- (from HTML_PAGE)
Commands
add_html_code (s: STRING_8) -- (from HTML_PAGE)
cleanup_tags
cleanup_unused_sections
comment_out_section (marker_string: STRING_8)
enable_alternative_section (marker_string: STRING_8; a_number: INTEGER_32)
enable_section (marker_string: STRING_8)
insert_hidden_field (name, value: STRING_8) -- (from HTML_PAGE)
make (template: STRING_8)
make_empty -- (from HTML_PAGE)
make_from_template (fi_n: STRING_8) -- (from HTML_PAGE)
remove_section (marker_string: STRING_8)
replace_marker (a_marker, s: STRING_8) -- (from HTML_PAGE)
replace_marker_with_file (mark_string, filename: STRING_8)
replace_marker_with_string (mark_string, content: STRING_8)
set_content (a_content: STRING_8) -- (from VIEW)
Constraints
invariant clause
-- Generated by ISE Eiffel --
For more details: www.eiffel.com