Class Index | File Index

Classes


Namespace Pot.URI


Defined in: <potlite.js>.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
URI utilities.
Method Summary
Method Attributes Method Name and Description
<static>  
Pot.URI.urlDecode(string)
Decode the URI string.
<static>  
Pot.URI.urlEncode(string)
Encode the URI string.
Namespace Detail
Pot.URI
URI utilities.
Method Detail
<static> {Function} Pot.URI.urlDecode(string)
Decode the URI string.
Parameters:
{String} string
The subject string.
Returns:
{String} The decoded string.

<static> {Function} Pot.URI.urlEncode(string)
Encode the URI string.
Parameters:
{String} string
The subject string.
Returns:
{String} The encoded string.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 21 2012 19:35:45 GMT+0900 (JST)