Method | Description | |
---|---|---|
Internal_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System |
Constructor for a new instance of the Internal_HtmlSubwriter class
|
|
Write_Final_HTML ( |
Writes final HTML after all the forms
|
|
Write_HTML ( |
Writes the HTML generated by this internal html subwriter directly to the response stream
|
|
Write_Within_HTML_Head ( |
Write any additional values within the HTML Head of the final served page
|
Method | Description | |
---|---|---|
Month_From_Int ( int Month_Int ) : string |
Convert between the month sequence and the english month name
|
|
add_aggregations_master_list_html ( |
Adds information about all aggregationPermissions to the response stream
|
|
add_aggregations_tree_html ( |
Adds information about all aggregationPermissions to the response stream
|
|
add_build_failures ( |
Adds the list of build failures to the output stream for a given date range
|
|
add_cache_html ( |
Adds the current memory profile to the response stream
|
|
add_new_item_html ( |
Adds the list of all new and recently changed items to the response stream
|
|
add_wordmarks ( |
Adds the wordmarks to the response stream
|
Method | Description | |
---|---|---|
add_children_to_tree ( string LeadingSpaces, |
public Internal_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
return | System |
protected Month_From_Int ( int Month_Int ) : string | ||
Month_Int | int | Sequence for the month to return the string for |
return | string |
public Write_Final_HTML ( |
||
Output | Stream to directly write to | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Write_HTML ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | bool |
public Write_Within_HTML_Head ( |
||
Output | Output stream currently within the HTML head tags | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
protected add_aggregations_master_list_html ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
protected add_aggregations_tree_html ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
protected add_build_failures ( |
||
Output | Stream to which to write the HTML for this subwriter | |
FirstMonth | int | Month for the first date in the date range |
FirstYear | int | Year for the first date in the date range |
SecondMonth | int | Month for the last date in the date range |
SecondYear | int | Year for the last date in the date range |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
protected add_cache_html ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
protected add_new_item_html ( |
||
Output | Stream to which to write the HTML for this subwriter | |
New_Items | The list of recently added/changed items to display | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
protected add_wordmarks ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |