C# Class Dev2.Runtime.WebServer.Handlers.AbstractWebRequestHandler

Inheritance: IRequestHandler
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
ProcessRequest ( ICommunicationContext ctx ) : void

Méthodes protégées

Méthode Description
BindRequestVariablesToDataObject ( WebRequestTO request, DsfDataObject &dataObject ) : void
CreateForm ( WebRequestTO webRequest, string serviceName, string workspaceId, NameValueCollection headers, IPrincipal user = null ) : IResponseWriter
GetBookmark ( ICommunicationContext ctx ) : string
GetClassName ( ICommunicationContext ctx ) : string
GetDataListID ( ICommunicationContext ctx ) : string
GetInstanceID ( ICommunicationContext ctx ) : string
GetMethodName ( ICommunicationContext ctx ) : string
GetPath ( ICommunicationContext ctx ) : string
GetPostData ( ICommunicationContext ctx ) : string
GetServiceName ( ICommunicationContext ctx ) : string
GetWebsite ( ICommunicationContext ctx ) : string
GetWorkspaceID ( ICommunicationContext ctx ) : string

Private Methods

Méthode Description
CleanupHtml ( string result ) : string
CleanupXml ( string baseStr ) : string
ExtractKeyValuePairs ( NameValueCollection pairs, NameValueCollection boundVariables ) : string

Method Details

BindRequestVariablesToDataObject() protected static méthode

protected static BindRequestVariablesToDataObject ( WebRequestTO request, DsfDataObject &dataObject ) : void
request Dev2.Runtime.WebServer.TransferObjects.WebRequestTO
dataObject Dev2.DynamicServices.DsfDataObject
Résultat void

CreateForm() protected static méthode

protected static CreateForm ( WebRequestTO webRequest, string serviceName, string workspaceId, NameValueCollection headers, IPrincipal user = null ) : IResponseWriter
webRequest Dev2.Runtime.WebServer.TransferObjects.WebRequestTO
serviceName string
workspaceId string
headers System.Collections.Specialized.NameValueCollection
user IPrincipal
Résultat IResponseWriter

GetBookmark() protected static méthode

protected static GetBookmark ( ICommunicationContext ctx ) : string
ctx ICommunicationContext
Résultat string

GetClassName() protected static méthode

protected static GetClassName ( ICommunicationContext ctx ) : string
ctx ICommunicationContext
Résultat string

GetDataListID() protected static méthode

protected static GetDataListID ( ICommunicationContext ctx ) : string
ctx ICommunicationContext
Résultat string

GetInstanceID() protected static méthode

protected static GetInstanceID ( ICommunicationContext ctx ) : string
ctx ICommunicationContext
Résultat string

GetMethodName() protected static méthode

protected static GetMethodName ( ICommunicationContext ctx ) : string
ctx ICommunicationContext
Résultat string

GetPath() protected static méthode

protected static GetPath ( ICommunicationContext ctx ) : string
ctx ICommunicationContext
Résultat string

GetPostData() protected static méthode

protected static GetPostData ( ICommunicationContext ctx ) : string
ctx ICommunicationContext
Résultat string

GetServiceName() protected static méthode

protected static GetServiceName ( ICommunicationContext ctx ) : string
ctx ICommunicationContext
Résultat string

GetWebsite() protected static méthode

protected static GetWebsite ( ICommunicationContext ctx ) : string
ctx ICommunicationContext
Résultat string

GetWorkspaceID() protected static méthode

protected static GetWorkspaceID ( ICommunicationContext ctx ) : string
ctx ICommunicationContext
Résultat string

ProcessRequest() public abstract méthode

public abstract ProcessRequest ( ICommunicationContext ctx ) : void
ctx ICommunicationContext
Résultat void