TROIKA.ASP - the MVC framework

Class Object

Object
   |
   +--Object

class Object

 
Method Summary
 void assign(<Object> fromObj)
           Copies values of corresponding properties from fromObj to this instance.
 String expandVar(varName, value)
           Searches this String and substitutes ${varName} with value.
 void flatten()
           Converts each instance properties to string.
 Array properties()
           Returns an array of all properties of this object.
 String toString()
           Converts the instance to JavaScript literal object notation in JSON string format.
 String toXML()
           Recursively accesses all instance properties and represents it as XML string.
 Object valueOf(<String> str)
           Takes JSON string and converts it back to native JavaScript object.


Method Detail

assign

void assign(<Object> fromObj)

expandVar

String expandVar(varName, value)

flatten

void flatten()

properties

Array properties()

toString

String toString()

toXML

String toXML()

valueOf

Object valueOf(<String> str)

TROIKA.ASP - the MVC framework

www.troika-asp.com
Documentation generated on Sun Jun 15 17:59:32 2008