Cookie
| Kind of class: | public dynamic class |
|---|---|
| Package: | com.bourre.utils |
| Inherits from: | Proxy |
| Author: | Cédric Néhémie |
| Classpath: | com.bourre.utils.Cookie |
| File last modified: | Monday, 24 November 2008, 11:36:51 |
Summary
Class methods
- getInstance (channel:String) : Cookie
- release (channel:String) : void
Instance methods
- callProperty (methodName:*, args) : *
- getProperty (propertyName:*) : *
- setProperty (propertyName:*, value:*) : void
- clear : void
- toString : String
- setRootPath (path:String = "") : void
- getRootPath : String
- hasRootPath : Boolean
Class methods
getInstance
release
public static function release (
channel:String) : void
Instance methods
callProperty
override flash_proxy public function callProperty (
methodName:*,
args) : *
Overrides:
- Proxy.callProperty
clear
public function clear (
) : void
getProperty
override flash_proxy public function getProperty (
propertyName:*) : *
Overrides:
- Proxy.getProperty
getRootPath
public function getRootPath (
) : String
hasRootPath
public function hasRootPath (
) : Boolean
setProperty
override flash_proxy public function setProperty (
propertyName:*,
value:*) : void
Overrides:
- Proxy.setProperty
setRootPath
public function setRootPath (
path:String = "") : void
toString
public function toString (
) : String