C# Class SenseNet.Portal.AppModel.HttpActionFactory

Inheritance: IHttpActionFactory
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
CreateDefaultAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode ) : IDefaultHttpAction
CreateDownloadAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string path, string binaryPropertyName ) : IDownloadHttpAction
CreateRedirectAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string targetUrl, bool permanent, bool endResponse ) : IRedirectHttpAction
CreateRemapAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, NodeHead httpHandlerNode ) : IRemapHttpAction
CreateRemapAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, Type httpHandlerType ) : IRemapHttpAction
CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string path ) : IRewriteHttpAction
CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string path, bool rebaseClientPath ) : IRewriteHttpAction
CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string filePath, string pathInfo, string queryString ) : IRewriteHttpAction
CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string filePath, string pathInfo, string queryString, bool setClientFilePath ) : IRewriteHttpAction

Method Details

CreateDefaultAction() public méthode

public CreateDefaultAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode ) : IDefaultHttpAction
context IHttpActionContext
targetNode SenseNet.ContentRepository.Storage.NodeHead
appNode SenseNet.ContentRepository.Storage.NodeHead
Résultat IDefaultHttpAction

CreateDownloadAction() public méthode

public CreateDownloadAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string path, string binaryPropertyName ) : IDownloadHttpAction
context IHttpActionContext
targetNode SenseNet.ContentRepository.Storage.NodeHead
appNode SenseNet.ContentRepository.Storage.NodeHead
path string
binaryPropertyName string
Résultat IDownloadHttpAction

CreateRedirectAction() public méthode

public CreateRedirectAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string targetUrl, bool permanent, bool endResponse ) : IRedirectHttpAction
context IHttpActionContext
targetNode SenseNet.ContentRepository.Storage.NodeHead
appNode SenseNet.ContentRepository.Storage.NodeHead
targetUrl string
permanent bool
endResponse bool
Résultat IRedirectHttpAction

CreateRemapAction() public méthode

public CreateRemapAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, NodeHead httpHandlerNode ) : IRemapHttpAction
context IHttpActionContext
targetNode SenseNet.ContentRepository.Storage.NodeHead
appNode SenseNet.ContentRepository.Storage.NodeHead
httpHandlerNode SenseNet.ContentRepository.Storage.NodeHead
Résultat IRemapHttpAction

CreateRemapAction() public méthode

public CreateRemapAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, Type httpHandlerType ) : IRemapHttpAction
context IHttpActionContext
targetNode SenseNet.ContentRepository.Storage.NodeHead
appNode SenseNet.ContentRepository.Storage.NodeHead
httpHandlerType System.Type
Résultat IRemapHttpAction

CreateRewriteAction() public méthode

public CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string path ) : IRewriteHttpAction
context IHttpActionContext
targetNode SenseNet.ContentRepository.Storage.NodeHead
appNode SenseNet.ContentRepository.Storage.NodeHead
path string
Résultat IRewriteHttpAction

CreateRewriteAction() public méthode

public CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string path, bool rebaseClientPath ) : IRewriteHttpAction
context IHttpActionContext
targetNode SenseNet.ContentRepository.Storage.NodeHead
appNode SenseNet.ContentRepository.Storage.NodeHead
path string
rebaseClientPath bool
Résultat IRewriteHttpAction

CreateRewriteAction() public méthode

public CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string filePath, string pathInfo, string queryString ) : IRewriteHttpAction
context IHttpActionContext
targetNode SenseNet.ContentRepository.Storage.NodeHead
appNode SenseNet.ContentRepository.Storage.NodeHead
filePath string
pathInfo string
queryString string
Résultat IRewriteHttpAction

CreateRewriteAction() public méthode

public CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string filePath, string pathInfo, string queryString, bool setClientFilePath ) : IRewriteHttpAction
context IHttpActionContext
targetNode SenseNet.ContentRepository.Storage.NodeHead
appNode SenseNet.ContentRepository.Storage.NodeHead
filePath string
pathInfo string
queryString string
setClientFilePath bool
Résultat IRewriteHttpAction