C# Class Kartverket.MetadataEditor.Controllers.ServiceController

Inheritance: Controller
Exibir arquivo Open project: kartverket/MetadataEditor

Public Methods

Method Description
CreateMetadataForLayers ( string uuid, string wmsUrl, String selectedLayers, string keywords ) : System.Web.Mvc.ActionResult
Index ( string uuid, string wmsUrl ) : System.Web.Mvc.ActionResult
ServiceController ( ) : System

Protected Methods

Method Description
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Private Methods

Method Description
GetSecurityClaim ( string type ) : string
GetUsername ( ) : string

Method Details

CreateMetadataForLayers() public method

public CreateMetadataForLayers ( string uuid, string wmsUrl, String selectedLayers, string keywords ) : System.Web.Mvc.ActionResult
uuid string
wmsUrl string
selectedLayers String
keywords string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( string uuid, string wmsUrl ) : System.Web.Mvc.ActionResult
uuid string
wmsUrl string
return System.Web.Mvc.ActionResult

OnException() protected method

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
return void

ServiceController() public method

public ServiceController ( ) : System
return System