C# Class SenseNet.Portal.Handlers.HttpHandlerApplication

Inheritance: Application, IHttpHandler
Mostrar archivo Open project: maxpavlov/FlexNet

Public Methods

Method Description
HttpHandlerApplication ( Node parent ) : System
HttpHandlerApplication ( Node parent, string nodeTypeName ) : System
ProcessRequest ( HttpContext context ) : void

Protected Methods

Method Description
HttpHandlerApplication ( NodeToken nt ) : System

Private Methods

Method Description
CreateContentFromTemplate ( Node target, string templateName ) : int
CreateNewTemplatedItem ( HttpContext context ) : void
GetNewPath ( Node container, Node templateNode, int index, string &newName ) : string
Install ( HttpContext context ) : void
QuickAddNew ( HttpContext context ) : void
QuickEdit ( HttpContext context ) : void

Method Details

HttpHandlerApplication() public method

public HttpHandlerApplication ( Node parent ) : System
parent Node
return System

HttpHandlerApplication() public method

public HttpHandlerApplication ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
return System

HttpHandlerApplication() protected method

protected HttpHandlerApplication ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
return System

ProcessRequest() public method

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