C# Class SenseNet.Portal.Handlers.XsltApplication

Inheritance: Application, IFile, IHttpHandler
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetProperty ( string name ) : object
ProcessRequest ( HttpContext context ) : void
SetProperty ( string name, object value ) : void
XsltApplication ( Node parent ) : System
XsltApplication ( Node parent, string nodeTypeName ) : System

Méthodes protégées

Méthode Description
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

Method Details

GetCacheKey() protected méthode

Specifies cache key of the application
protected GetCacheKey ( ) : string
Résultat string

GetCachedOutput() protected méthode

Retrieves the cached item by cache key
protected GetCachedOutput ( ) : string
Résultat string

GetEncoding() protected méthode

protected GetEncoding ( ) : Encoding
Résultat System.Text.Encoding

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

GetXsltArgumentList() protected méthode

protected GetXsltArgumentList ( ) : XsltArgumentList
Résultat System.Xml.Xsl.XsltArgumentList

InsertOutputIntoCache() protected méthode

protected InsertOutputIntoCache ( string output ) : void
output string
Résultat void

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

Render() protected méthode

protected Render ( TextWriter outputFileName, bool withChildren ) : void
outputFileName System.IO.TextWriter
withChildren bool
Résultat void

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void

XsltApplication() public méthode

public XsltApplication ( Node parent ) : System
parent Node
Résultat System

XsltApplication() public méthode

public XsltApplication ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
Résultat System

XsltApplication() protected méthode

protected XsltApplication ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
Résultat System