n2n Page Rocket 1 API

n2n\impl\web\ui\view\html

­Html­View

HtmlView extends View

All Implemented Interfaces:

Property summary

Modifier and Type Property
protected imported

Methods summary

Modifier and Type Method
public string getContentType ( )
protected OutputBuffer compile ( OutputBuffer contentBuffer , BuildContext buildContext )
public getImport ( unknown viewNameExpression , mixed params = null , ViewCacheControl viewCacheControl = null , Module module = null )
public setHtmlProperties ( HtmlProperties htmlProperties )
public HtmlProperties getHtmlProperties ( )
public HtmlBuilder getHtmlBuilder ( )
public FormHtmlBuilder getFormHtmlBuilder ( )
public AriaFormHtmlBuilder getAriaFormHtmlBuilder ( )
public initializeFromCache ( string data )
public mixed toCacheData ( )
public prepareForResponse ( Response response )
public static HtmlBuilder html ( HtmlView view )
public static FormHtmlBuilder formHtml ( HtmlView view )
public static AriaFormHtmlBuilder ariaFormHtml ( HtmlView view )

Properties in detail

Methods in detail