Method | Description | |
---|---|---|
CreateJSGenerator ( IRailsEngineContext context ) : object |
Creates the JS generator.
|
|
GenerateJS ( |
Generates the JS.
|
|
HasTemplate ( String templateName ) : bool |
Evaluates whether the specified template exists.
|
|
Process ( IRailsEngineContext context, Controller controller, String viewName ) : void |
Obtains the aspx Page from the view name dispatch its execution using the standard ASP.Net API.
|
|
Process ( |
Processes the view - using the templateName to obtain the correct template and writes the results to the System.IO.TextWriter.
|
|
ProcessContents ( IRailsEngineContext context, Controller controller, String contents ) : void |
Wraps the specified content in the layout using the context to output the result.
|
|
ProcessPartial ( |
Processes the partial.
|
|
WebFormsViewEngine ( ) : System |
Initializes a new instance of the WebFormsViewEngine class.
|
Method | Description | |
---|---|---|
FinalizeView ( object sender, |
||
GetCompiledPageInstance ( String viewName, |
||
GetCurrentController ( ) : Controller | ||
HasLayout ( Controller controller ) : bool | ||
IsTheSameView ( |
||
MapViewToPhysicalPath ( String viewName ) : String | ||
MapViewToVirtualPath ( String viewName, string &physicalPath, |
||
ObtainMasterPage ( |
||
PrepareLayout ( Controller controller, |
||
PrepareMasterPage ( object sender, |
||
PrepareView ( object sender, |
||
ProcessExecuteView ( IRailsEngineContext context, Controller controller, String viewName ) : void | ||
ProcessInlineView ( Controller controller, String viewName, |
||
ProcessLayoutIfNeeded ( Controller controller, |
||
ProcessPage ( Controller controller, IHttpHandler page, |
||
ProcessPropertyBag ( IDictionary bag, IHttpHandler handler ) : void | ||
RestoreFilter ( |
||
SetPropertyValue ( IHttpHandler handler, object key, object value ) : void | ||
StartFiltering ( |
public CreateJSGenerator ( IRailsEngineContext context ) : object | ||
context | IRailsEngineContext | The context. |
return | object |
public GenerateJS ( |
||
output | The output. | |
context | IRailsEngineContext | The context. |
controller | Controller | The controller. |
templateName | string | Name of the template. |
return | void |
public HasTemplate ( String templateName ) : bool | ||
templateName | String | |
return | bool |
public Process ( IRailsEngineContext context, Controller controller, String viewName ) : void | ||
context | IRailsEngineContext | |
controller | Controller | |
viewName | String | |
return | void |
public Process ( |
||
output | ||
context | IRailsEngineContext | |
controller | Controller | |
templateName | string | |
return | void |
public ProcessContents ( IRailsEngineContext context, Controller controller, String contents ) : void | ||
context | IRailsEngineContext | |
controller | Controller | |
contents | String | |
return | void |
public ProcessPartial ( |
||
output | The output. | |
context | IRailsEngineContext | The context. |
controller | Controller | The controller. |
partialName | string | The partial name. |
return | void |