Method | Description | |
---|---|---|
ProcessRequest ( ICommunicationContext ctx ) : void |
Method | Description | |
---|---|---|
BindRequestVariablesToDataObject ( |
||
CreateForm ( |
||
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 |
Method | Description | |
---|---|---|
CleanupHtml ( string result ) : string | ||
CleanupXml ( string baseStr ) : string | ||
ExtractKeyValuePairs ( |
protected static BindRequestVariablesToDataObject ( |
||
request | ||
dataObject | ||
return | void |
protected static CreateForm ( |
||
webRequest | ||
serviceName | string | |
workspaceId | string | |
headers | ||
user | IPrincipal | |
return | IResponseWriter |
protected static GetBookmark ( ICommunicationContext ctx ) : string | ||
ctx | ICommunicationContext | |
return | string |
protected static GetClassName ( ICommunicationContext ctx ) : string | ||
ctx | ICommunicationContext | |
return | string |
protected static GetDataListID ( ICommunicationContext ctx ) : string | ||
ctx | ICommunicationContext | |
return | string |
protected static GetInstanceID ( ICommunicationContext ctx ) : string | ||
ctx | ICommunicationContext | |
return | string |
protected static GetMethodName ( ICommunicationContext ctx ) : string | ||
ctx | ICommunicationContext | |
return | string |
protected static GetPath ( ICommunicationContext ctx ) : string | ||
ctx | ICommunicationContext | |
return | string |
protected static GetPostData ( ICommunicationContext ctx ) : string | ||
ctx | ICommunicationContext | |
return | string |
protected static GetServiceName ( ICommunicationContext ctx ) : string | ||
ctx | ICommunicationContext | |
return | string |
protected static GetWebsite ( ICommunicationContext ctx ) : string | ||
ctx | ICommunicationContext | |
return | string |
protected static GetWorkspaceID ( ICommunicationContext ctx ) : string | ||
ctx | ICommunicationContext | |
return | string |
public abstract ProcessRequest ( ICommunicationContext ctx ) : void | ||
ctx | ICommunicationContext | |
return | void |