C# Class SobekCM.Library.WebContentViewer.WebContentViewer_Factory

Factory class that generate and returns the requested view for a web content page
This is used by Web_Content_HtmlSubwriter class
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Get_Viewer ( WebContent_Type_Enum ViewType, RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : abstractWebContentViewer

Returns a built collection viewer matching request

Method Details

Get_Viewer() public static method

Returns a built collection viewer matching request
public static Get_Viewer ( WebContent_Type_Enum ViewType, RequestCache RequestSpecificValues, HTML_Based_Content StaticPage ) : abstractWebContentViewer
ViewType WebContent_Type_Enum Web content view type
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
StaticPage HTML_Based_Content Static page info for this request
return SobekCM.Library.WebContentViewer.Viewers.abstractWebContentViewer