Méthode | Description | |
---|---|---|
Json_MainWriter ( RequestCache RequestSpecificValues, string Current_Image_Root ) : System |
Constructor for a new instance of the Json_MainWriter class
|
|
Write_Html ( |
Perform all the work of adding text directly to the response stream back to the web user
|
Méthode | Description | |
---|---|---|
display_item_info ( |
Writes the item information in JSON format directly to the output stream
|
|
display_search_results ( |
Writes the search or browse information in JSON format directly to the output stream
|
public Json_MainWriter ( RequestCache RequestSpecificValues, string Current_Image_Root ) : System | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
Current_Image_Root | string | Current root directory to pull images and metadata for digital resources |
Résultat | System |
public Write_Html ( |
||
Output | Stream to which to write the text for this main writer | |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
Résultat | void |
protected display_item_info ( |
||
Output | Stream to which to write the JSON item information | |
Résultat | void |
protected display_search_results ( |
||
Output | Stream to which to write the JSON search or browse information | |
All_Items_Lookup | SobekCM.Library.Application_State.Item_Lookup_Object | Lookup object used to pull basic information about any item loaded into this library |
Résultat | void |