| Package | com.bourre.utils |
| Class | public dynamic class Cookie |
| Inheritance | Cookie flash.utils.Proxy |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| Method | Defined by | ||
|---|---|---|---|
|
Cookie(channel:String, localPath:String = "/", secure:Boolean = false)
| Cookie | ||
|
clear():void
| Cookie | ||
|
getInstance(channel:String):Cookie
[static]
| Cookie | ||
|
getRootPath():String
| Cookie | ||
|
hasRootPath():Boolean
| Cookie | ||
|
release(channel:String):void
[static]
| Cookie | ||
|
setRootPath(path:String = ""):void
| Cookie | ||
|
toString():String
| Cookie | ||
| Method | Defined by | ||
|---|---|---|---|
|
appendLocalPath(path:String):void
| Cookie | ||
|
appendPath(path:String):String
| Cookie | ||
|
callProperty(methodName:*, ... args):*
| Cookie | ||
|
getLocalPath():String
| Cookie | ||
|
getPath():String
| Cookie | ||
|
getProperty(propertyName:*):*
| Cookie | ||
|
hasLocalPath():Boolean
| Cookie | ||
|
hasPath():Boolean
| Cookie | ||
|
setLocalPath(path:String = ""):void
| Cookie | ||
|
setProperty(propertyName:*, value:*):void
| Cookie | ||
| Cookie | () | constructor |
public function Cookie(channel:String, localPath:String = "/", secure:Boolean = false)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
channel:String |
|
localPath:String (default = "/") |
|
secure:Boolean (default = false) |
| appendLocalPath | () | method |
protected function appendLocalPath(path:String):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
path:String |
| appendPath | () | method |
protected function appendPath(path:String):String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
path:String |
String |
| callProperty | () | method |
flash_proxy override function callProperty(methodName:*, ... args):*
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
methodName:* |
|
... args |
* |
| clear | () | method |
public function clear():void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| getInstance | () | method |
public static function getInstance(channel:String):Cookie
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
channel:String |
Cookie |
| getLocalPath | () | method |
protected function getLocalPath():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
String |
| getPath | () | method |
protected function getPath():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
String |
| getProperty | () | method |
flash_proxy override function getProperty(propertyName:*):*
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
propertyName:* |
* |
| getRootPath | () | method |
public function getRootPath():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
String |
| hasLocalPath | () | method |
protected function hasLocalPath():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Boolean |
| hasPath | () | method |
protected function hasPath():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Boolean |
| hasRootPath | () | method |
public function hasRootPath():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Boolean |
| release | () | method |
public static function release(channel:String):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
channel:String |
| setLocalPath | () | method |
protected function setLocalPath(path:String = ""):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
path:String (default = "") |
| setProperty | () | method |
flash_proxy override function setProperty(propertyName:*, value:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
propertyName:* |
|
value:* |
| setRootPath | () | method |
public function setRootPath(path:String = ""):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
path:String (default = "") |
| toString | () | method |
public function toString():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
String |