Package | gs.util |
Class | public dynamic class QueryString |
Inheritance | QueryString ![]() |
Examples are in the guttershark repository.
Property | Defined by | ||
---|---|---|---|
querystringData : Dictionary [write-only]
Set your own hard coded querystring data.
| QueryString |
Method | Defined by | ||
---|---|---|---|
Constructor for QueryString instances.
| QueryString | ||
dispose():void
Dispose of this querystring.
| QueryString |
Method | Defined by | ||
---|---|---|---|
getProperty(name:*):*
Get a querystring parameter.
| QueryString | ||
setProperty(name:*, value:*):void
Set a querystring parameter.
| QueryString |
querystringData | property |
querystringData:Dictionary
[write-only]Set your own hard coded querystring data.
Implementation public function set querystringData(value:Dictionary):void
QueryString | () | constructor |
public function QueryString()
Constructor for QueryString instances.
dispose | () | method |
public function dispose():void
Dispose of this querystring.
getProperty | () | method |
flash_proxy override function getProperty(name:*):*
Get a querystring parameter.
Parametersname:* |
* |
setProperty | () | method |
flash_proxy override function setProperty(name:*, value:*):void
Set a querystring parameter.
Parametersname:* |
|
value:* |