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

Afficher le fichier Open project: TeamMentor-OWASP/Master Class Usage Examples

Méthodes publiques

Свойство Type Description
context System.Web.HttpContext
tmWebServices TM_WebServices

Méthodes publiques

Méthode 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

Méthode 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 méthode

public HandleUrlRequest ( ) : System
Résultat System

addVirtualArticleMapping() public méthode

public addVirtualArticleMapping ( string data ) : bool
data string
Résultat bool

endResponse() public méthode

public endResponse ( ) : void
Résultat void

handleRequest() public méthode

public handleRequest ( string action, string data ) : bool
action string
data string
Résultat bool

handleUrlRewrite() public méthode

public handleUrlRewrite ( Uri uri ) : void
uri System.Uri
Résultat void

handleUrlRewrite() public méthode

public handleUrlRewrite ( string path ) : void
path string
Résultat void

handle_LoginOK() public méthode

public handle_LoginOK ( ) : bool
Résultat bool

redirectTo_Article() public méthode

public redirectTo_Article ( string article ) : bool
article string
Résultat bool

redirectTo_ControlPanel() public méthode

public redirectTo_ControlPanel ( bool includeExtraTag ) : bool
includeExtraTag bool
Résultat bool

redirectTo_DebugPage() public méthode

public redirectTo_DebugPage ( ) : bool
Résultat bool

redirectTo_DownloadLibrary() public méthode

public redirectTo_DownloadLibrary ( string data ) : bool
data string
Résultat bool

redirectTo_HomePage() public méthode

public redirectTo_HomePage ( ) : bool
Résultat bool

redirectTo_Login() public méthode

public redirectTo_Login ( ) : bool
Résultat bool

redirectTo_Logout() public méthode

public redirectTo_Logout ( ) : bool
Résultat bool

redirectTo_SetLibrary() public méthode

public redirectTo_SetLibrary ( string libraryIdOrName ) : bool
libraryIdOrName string
Résultat bool

redirectTo_Wsdl() public méthode

public redirectTo_Wsdl ( ) : bool
Résultat bool

reload_Config() public méthode

public reload_Config ( ) : bool
Résultat bool

removeVirtualArticleMapping() public méthode

public removeVirtualArticleMapping ( string data ) : bool
data string
Résultat bool

routeRequestUrl() public méthode

public routeRequestUrl ( ) : void
Résultat void

routeRequestUrl_for404() public méthode

public routeRequestUrl_for404 ( ) : void
Résultat void

shouldSkipCurrentRequest() public méthode

public shouldSkipCurrentRequest ( ) : bool
Résultat bool

showVirtualArticleExternal() public méthode

public showVirtualArticleExternal ( string data ) : bool
data string
Résultat bool

showVirtualArticles() public méthode

public showVirtualArticles ( ) : bool
Résultat bool

transfer_ArticleEditor() public méthode

public transfer_ArticleEditor ( string data ) : bool
data string
Résultat bool

transfer_ArticleViewer() public méthode

public transfer_ArticleViewer ( ) : bool
Résultat bool

transfer_Login() public méthode

public transfer_Login ( ) : bool
Résultat bool

transfer_TeamMentorGui() public méthode

public transfer_TeamMentorGui ( ) : bool
Résultat bool

Property Details

context public_oe property

public HttpContext,System.Web context
Résultat System.Web.HttpContext

tmWebServices public_oe property

public TM_WebServices,SecurityInnovation.TeamMentor.WebClient.WebServices tmWebServices
Résultat TM_WebServices