|
TROIKA.ASP - the MVC framework | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--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 |
void assign(<Object> fromObj)
fromObj - The instance to copy property values from.
String expandVar(varName, value)
void flatten()
Array properties()
String toString()
String toXML()
Object valueOf(<String> str)
str - JSON string.
|
TROIKA.ASP - the MVC framework | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |