System.Web.Services.AJAX
[ class tree: System.Web.Services.AJAX ] [ index: System.Web.Services.AJAX ] [ all elements ]

Class: TAjaxPathUri

Source Location: /Web/Services/AJAX/TRemoteObjectServer.php

Class Overview

TAjaxUri
   |
   --TAjaxPathUri

AJAX URI using paths, e.g. mod_rewrite style.

Class Details

[line 1010]
AJAX URI using paths, e.g. mod_rewrite style.



version:  $Revision: 1.1 $ $Date: 2005/11/06 23:02:35 $
author:  Wei Zhuo<weizhuo[at]gmail[dot]com>


[ Top ]

Methods


Inherited Variables

Inherited Methods

Class: TAjaxUri

TAjaxUri::__construct()
TAjaxUri::getClientUri()
Get the client-side javascript source URL
TAjaxUri::getDefaultUri()
Gets the default URI based on the current script name.
TAjaxUri::getNS()
Gets the service NS.
TAjaxUri::getRequestUri()
Returns the portion of the URL to the right of a pattern e.g. http://localhost/index.php?__AJAX/foo/bar returns 'foo/bar'.
TAjaxUri::getServerUri()
Get the server service URL
TAjaxUri::getUrl()
Gets the URL
TAjaxUri::isClientRequest()
Returns true if the requesting a the client-side javascript code.
TAjaxUri::isServerRequest()
Returns true if the request is to invoke a remote object method.
TAjaxUri::setNS()
Sets the service Namespace
TAjaxUri::setURL()
Sets the URI url.

Class Methods


method getClientUri [line 1025]

string getClientUri( )

Gets the client javascript source url.



return:  client JS url.
access:  public


Overrides TAjaxUri::getClientUri() (Get the client-side javascript source URL)

[ Top ]

method getServerUri [line 1016]

string getServerUri( )

Gets the server URL



return:  server url.
access:  public


Overrides TAjaxUri::getServerUri() (Get the server service URL)

[ Top ]


© 2004-2005 PRADO Software Group. All Rights Reserved.