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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetProperty ( string name ) : object
ProcessRequest ( HttpContext context ) : void
SetProperty ( string name, object value ) : void
XsltApplication ( Node parent ) : System
XsltApplication ( Node parent, string nodeTypeName ) : System

보호된 메소드들

메소드 설명
GetCacheKey ( ) : string

Specifies cache key of the application

GetCachedOutput ( ) : string

Retrieves the cached item by cache key

GetEncoding ( ) : Encoding
GetXsltArgumentList ( ) : XsltArgumentList
InsertOutputIntoCache ( string output ) : void
Render ( TextWriter outputFileName, bool withChildren ) : void
XsltApplication ( NodeToken nt ) : System

메소드 상세

GetCacheKey() 보호된 메소드

Specifies cache key of the application
protected GetCacheKey ( ) : string
리턴 string

GetCachedOutput() 보호된 메소드

Retrieves the cached item by cache key
protected GetCachedOutput ( ) : string
리턴 string

GetEncoding() 보호된 메소드

protected GetEncoding ( ) : Encoding
리턴 System.Text.Encoding

GetProperty() 공개 메소드

public GetProperty ( string name ) : object
name string
리턴 object

GetXsltArgumentList() 보호된 메소드

protected GetXsltArgumentList ( ) : XsltArgumentList
리턴 System.Xml.Xsl.XsltArgumentList

InsertOutputIntoCache() 보호된 메소드

protected InsertOutputIntoCache ( string output ) : void
output string
리턴 void

ProcessRequest() 공개 메소드

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

Render() 보호된 메소드

protected Render ( TextWriter outputFileName, bool withChildren ) : void
outputFileName System.IO.TextWriter
withChildren bool
리턴 void

SetProperty() 공개 메소드

public SetProperty ( string name, object value ) : void
name string
value object
리턴 void

XsltApplication() 공개 메소드

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

XsltApplication() 공개 메소드

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

XsltApplication() 보호된 메소드

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