mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Library >> HTML Sub-Namespace

SobekCM.Library.HTML Namespace



Contains all of the html sub-writers for rendering each mode online as html

Classes

  ClassDescription
Public classabstractHtmlSubwriter
Abstract class which all HTML subwriters must extend. This class contains some of the basic HTML-writing helper values and contains some of the values used by many of the subclasses. HTML subwriters are the top level writing classes employed by the Html_MainWriter.
Public classAdmin_HtmlSubwriter
Adminl subwriter is used for administrative tasks, either collection admin, portal admin, or system admin
Public classAggregation_HtmlSubwriter
Aggregation html subwriter renders all views of item aggregationPermissions, including home pages, searches, and browses
Public classContact_HtmlSubwriter
Contact html subwriter renders the contact us screen and the subsequent 'Your message was sent' screen
Public classError_HtmlSubwriter
Error html subwriter writes an error message to the user when an exception is caught or the request is invalid for some reason
Public classHeaderFooter_Helper_HtmlSubWriter
Class is a helper class used for writing the header and footers for HTML responses
Public classInternal_HtmlSubwriter
Internal html subwriter renders all of the screens about the collections and items held within this digital library, the list of items edited or recently added, and the current memory profile
Public classItem_HtmlSubwriter
Item html subwriter renders views on a single digital resource
Public classLegacyUrl_HtmlSubwriter
Legacy URL html subwriter writes a redirect message to the user when an old URL is detected and the user should be made aware of a change
Public classMainMenus_Helper_HtmlSubWriter
Static class is used to write the main menus used for the aggregation pages and the top-level pages which require a logon.
Public classMySobek_HtmlSubwriter
My Sobek html subwriter is used for registration and authentication with mySobek, as well as performing any task which requires authentication, such as online submittal, metadata editing, and system administrative tasks
Public classPagedResults_HtmlSubwriter
Accepts a result set of titles and items and renders the correct page of results in the result view the user has requested
Public classPreferences_HtmlSubwriter
[TO BE DEPRECATED] Prefernces html subwriter allows the user to set some basic preferences
Public classPrint_Item_HtmlSubwriter
Print item html subwriter renders a single digital resource in a simplified window for printing purposes
Public classPublic_Folder_HtmlSubwriter
Public folder html subwriter renders a browse of a public bookshelf folder
Public classSearch_Results_HtmlSubwriter
Search results html subwriter renders a browse of search results
Public classStatistics_HtmlSubwriter
Statistics html subwriter renders all the basic statistics pages, such as the number of items per aggregation, usage statistics, and recent searches.
Public classWeb_Content_HtmlSubwriter
Simple web content html subwriter acts like a simple content management system, reading in source html files and displaying them within the framework of this digital library and after applying the indicated web skin.

Enumerations

  EnumerationDescription
Public enumerationHtmlSubwriter_Behaviors_Enum
Enumeration is used to allow individual HtmlSubwriters (and viewers under those subwriters) to bubble up specific behaviors to the main HTMl writer and specific subwriter


Version 4.10.0 ( last generated Monday, March 7, 2016 )