Packagecom.whirled.net
Classpublic class NetConstants



Public Methods
 MethodDefined by
  
makePersistent(name:String):String
[static] Transform a name to a persistent name.
NetConstants
  
makeTransient(name:String):String
[static] Transforms a persistent name back to a transient one.
NetConstants
Public Constants
 ConstantDefined by
  PERSISTENT : String = "@"
[static] Properties beginning with this string will be restored on the next session.
NetConstants
Method detail
makePersistent()method
public static function makePersistent(name:String):String

Transform a name to a persistent name. Has no effect for names that are already persistent.

Parameters
name:String

Returns
String
makeTransient()method 
public static function makeTransient(name:String):String

Transforms a persistent name back to a transient one. Has no effect for names that aren't already persistent.

Parameters
name:String

Returns
String
Constant detail
PERSISTENTconstant
public static const PERSISTENT:String = "@"

Properties beginning with this string will be restored on the next session.