C# 클래스 SenseNet.Portal.Handlers.HttpHandlerApplication

상속: Application, IHttpHandler
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
HttpHandlerApplication ( Node parent ) : System
HttpHandlerApplication ( Node parent, string nodeTypeName ) : System
ProcessRequest ( HttpContext context ) : void

보호된 메소드들

메소드 설명
HttpHandlerApplication ( NodeToken nt ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

HttpHandlerApplication() 공개 메소드

public HttpHandlerApplication ( Node parent ) : System
parent Node
리턴 System

HttpHandlerApplication() 공개 메소드

public HttpHandlerApplication ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
리턴 System

HttpHandlerApplication() 보호된 메소드

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

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void