C# Класс SenseNet.Portal.Handlers.XsltApplication

Наследование: Application, IFile, IHttpHandler
Показать файл Открыть проект

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