Méthode | Description | |
---|---|---|
Print_Item_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System |
Constructor for a new instancee of the Print_Item_HtmlSubwriter class
|
|
Write_HTML ( |
Writes the HTML generated to print this item directly to the response stream
|
|
Write_Within_HTML_Head ( |
Write any additional values within the HTML Head of the final served page
|
Méthode | Description | |
---|---|---|
print_brief_citation ( string image_width, |
||
print_full_citation ( |
||
print_pages ( bool include_brief_citation, int from_page, int to_page, |
||
print_thumbnails ( bool include_brief_citation, |
||
print_tracking_sheet ( |
public Print_Item_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
Résultat | System |
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 | |
Résultat | 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 | |
Résultat | void |