C# Class SecurityInnovation.TeamMentor.WebClient.WebServices.HandleUrlRequest

Show file Open project: TeamMentor-OWASP/Master Class Usage Examples

Public Properties

Property Type Description
context System.Web.HttpContext
tmWebServices TM_WebServices

Public Methods

Method Description
HandleUrlRequest ( ) : System
addVirtualArticleMapping ( string data ) : bool
endResponse ( ) : void
handleRequest ( string action, string data ) : bool
handleUrlRewrite ( Uri uri ) : void
handleUrlRewrite ( string path ) : void
handle_LoginOK ( ) : bool
redirectTo_Article ( string article ) : bool
redirectTo_ControlPanel ( bool includeExtraTag ) : bool
redirectTo_DebugPage ( ) : bool
redirectTo_DownloadLibrary ( string data ) : bool
redirectTo_HomePage ( ) : bool
redirectTo_Login ( ) : bool
redirectTo_Logout ( ) : bool
redirectTo_SetLibrary ( string libraryIdOrName ) : bool
redirectTo_Wsdl ( ) : bool
reload_Config ( ) : bool
removeVirtualArticleMapping ( string data ) : bool
routeRequestUrl ( ) : void
routeRequestUrl_for404 ( ) : void
shouldSkipCurrentRequest ( ) : bool
showVirtualArticleExternal ( string data ) : bool
showVirtualArticles ( ) : bool
transfer_ArticleEditor ( string data ) : bool
transfer_ArticleViewer ( ) : bool
transfer_Login ( ) : bool
transfer_TeamMentorGui ( ) : bool

Private Methods

Method Description
handleAction_Content ( string data ) : bool
handleAction_Create ( string data ) : bool
handleAction_Html ( string data ) : bool
handleAction_Image ( string data ) : bool
handleAction_JsonP ( string data ) : bool
handleAction_Raw ( string data ) : bool
handleAction_SSO ( string data ) : bool
handleAction_Xml ( string data ) : bool
handleAction_Xsl ( string data, string xsltToUse ) : bool
handle_ArticleViewRequest ( string data ) : bool
redirectedToSLL ( ) : bool
reloadCache_and_RedirectToHomePage ( ) : bool

Method Details

HandleUrlRequest() public method

public HandleUrlRequest ( ) : System
return System

addVirtualArticleMapping() public method

public addVirtualArticleMapping ( string data ) : bool
data string
return bool

endResponse() public method

public endResponse ( ) : void
return void

handleRequest() public method

public handleRequest ( string action, string data ) : bool
action string
data string
return bool

handleUrlRewrite() public method

public handleUrlRewrite ( Uri uri ) : void
uri System.Uri
return void

handleUrlRewrite() public method

public handleUrlRewrite ( string path ) : void
path string
return void

handle_LoginOK() public method

public handle_LoginOK ( ) : bool
return bool

redirectTo_Article() public method

public redirectTo_Article ( string article ) : bool
article string
return bool

redirectTo_ControlPanel() public method

public redirectTo_ControlPanel ( bool includeExtraTag ) : bool
includeExtraTag bool
return bool

redirectTo_DebugPage() public method

public redirectTo_DebugPage ( ) : bool
return bool

redirectTo_DownloadLibrary() public method

public redirectTo_DownloadLibrary ( string data ) : bool
data string
return bool

redirectTo_HomePage() public method

public redirectTo_HomePage ( ) : bool
return bool

redirectTo_Login() public method

public redirectTo_Login ( ) : bool
return bool

redirectTo_Logout() public method

public redirectTo_Logout ( ) : bool
return bool

redirectTo_SetLibrary() public method

public redirectTo_SetLibrary ( string libraryIdOrName ) : bool
libraryIdOrName string
return bool

redirectTo_Wsdl() public method

public redirectTo_Wsdl ( ) : bool
return bool

reload_Config() public method

public reload_Config ( ) : bool
return bool

removeVirtualArticleMapping() public method

public removeVirtualArticleMapping ( string data ) : bool
data string
return bool

routeRequestUrl() public method

public routeRequestUrl ( ) : void
return void

routeRequestUrl_for404() public method

public routeRequestUrl_for404 ( ) : void
return void

shouldSkipCurrentRequest() public method

public shouldSkipCurrentRequest ( ) : bool
return bool

showVirtualArticleExternal() public method

public showVirtualArticleExternal ( string data ) : bool
data string
return bool

showVirtualArticles() public method

public showVirtualArticles ( ) : bool
return bool

transfer_ArticleEditor() public method

public transfer_ArticleEditor ( string data ) : bool
data string
return bool

transfer_ArticleViewer() public method

public transfer_ArticleViewer ( ) : bool
return bool

transfer_Login() public method

public transfer_Login ( ) : bool
return bool

transfer_TeamMentorGui() public method

public transfer_TeamMentorGui ( ) : bool
return bool

Property Details

context public property

public HttpContext,System.Web context
return System.Web.HttpContext

tmWebServices public property

public TM_WebServices,SecurityInnovation.TeamMentor.WebClient.WebServices tmWebServices
return TM_WebServices