C# Class ServiceStack.WebHost.Endpoints.Metadata.BaseMetadataHandler

Inheritance: ServiceStack.WebHost.Endpoints.Support.HttpHandlerBase, IServiceStackHttpHandler
Mostra file Open project: firstsee/ServiceStack

Public Methods

Method Description
Execute ( HttpContext context ) : void

Protected Methods

Method Description
CreateMessage ( Type dtoType ) : string
ProcessOperations ( System.Web.UI.HtmlTextWriter writer ) : void
RenderOperation ( System.Web.UI.HtmlTextWriter writer, string operationName, string requestMessage, string responseMessage ) : void
RenderOperations ( System.Web.UI.HtmlTextWriter writer, ServiceStack.WebHost.Endpoints.Metadata.Operations allOperations ) : void

Method Details

CreateMessage() protected abstract method

protected abstract CreateMessage ( Type dtoType ) : string
dtoType System.Type
return string

Execute() public method

public Execute ( HttpContext context ) : void
context System.Web.HttpContext
return void

ProcessOperations() protected method

protected ProcessOperations ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

RenderOperation() protected method

protected RenderOperation ( System.Web.UI.HtmlTextWriter writer, string operationName, string requestMessage, string responseMessage ) : void
writer System.Web.UI.HtmlTextWriter
operationName string
requestMessage string
responseMessage string
return void

RenderOperations() protected abstract method

protected abstract RenderOperations ( System.Web.UI.HtmlTextWriter writer, ServiceStack.WebHost.Endpoints.Metadata.Operations allOperations ) : void
writer System.Web.UI.HtmlTextWriter
allOperations ServiceStack.WebHost.Endpoints.Metadata.Operations
return void