If uri is specified, it will be parsed.
Parameters [uri] URI to parse
Methods
static base( ) : string
Gets the base URI for the entry point, not including the filename.
Returns Base URI
Appendix
[ 408 ]
current( ) : string
Gets the URI of the current location including the scheme, host, port, and path.
Returns Current URI
delVar( name : string ) : void
Deletes a value from the URI query.
Parameters name Name of query value
getFragment( ) : string
Gets the URI fragment identifier (denoted by a hash, #).
Returns URI fragment identifier
getHost( ) : string
Gets the URI host name. This does not include the path to the resource.
Returns Host name or IP address
static &getInstance( uri : string='SERVER' ) : JURI
Gets a global instance of a JURI object. If uri is not specified, uri will be constructed based
on the current request.
Parameters [uri] URI object to get
Returns Global instance of a JURI object
getPass( ) : string
Gets the URI password. This is part of the scheme authorization; it is not the same as
Joomla! authorization.
Pages:
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567