C# Class Sitecore.Ship.AspNet.Package.InstallUploadPackageCommand

Inheritance: CommandHandler
Show file Open project: ASOS/Sitecore.Ship Class Usage Examples

Public Methods

Method Description
HandleRequest ( System.Web.HttpContextBase context ) : void
InstallUploadPackageCommand ( ) : System
InstallUploadPackageCommand ( IPackageRepository repository, ITempPackager tempPackager, IInstallationRecorder installationRecorder, IPublishService publishService ) : System

Private Methods

Method Description
CanHandle ( System.Web.HttpContextBase context ) : bool
GetRequest ( System.Web.HttpRequestBase request ) : InstallUploadPackage
ParseBoolean ( string request ) : bool

Method Details

HandleRequest() public method

public HandleRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
return void

InstallUploadPackageCommand() public method

public InstallUploadPackageCommand ( ) : System
return System

InstallUploadPackageCommand() public method

public InstallUploadPackageCommand ( IPackageRepository repository, ITempPackager tempPackager, IInstallationRecorder installationRecorder, IPublishService publishService ) : System
repository IPackageRepository
tempPackager ITempPackager
installationRecorder IInstallationRecorder
publishService IPublishService
return System