|
Smalltalk/X WebserverDocumentation of class 'InlineObject': |
|
|
Class: InlineObjectInheritance:Object | +--InlineObject | +--InlineObjectPrototype
Description:
WARNING: InlineObjects are an experimental feature.
All inlineObjects will be instances of an anonymous subclass of me.
InlineObjects are written as literals of the form:
#{
filedName1: value1.
filedName2: value2.
...
filedNameN: valueN.
}
For example:
#{
firstName: 'Peter'.
lastName: 'Miller'.
age: 25.
}
Instance protocol:printing & storing |
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Mon, 21 May 2012 18:08:29 GMT
|