|
Smalltalk/X WebserverDocumentation of class 'UserMessage': |
|
|
Class: UserMessageInheritance:Object | +--UserMessage
Description:
added for vw5i compatibility, which accesses messageCatalogs
via:
(#key << #catalogID >> 'defaultMessage')
which creates an instance of UserMessage.
Currently, this is a dummy operation in ST/X, however it is mapped onto
the resource mechanism, if the given catalogID is the name of a class;
i.e.
(YesNoBox classResources string:'continue')
can now also be written as:
(#continue << #YesNoBox)
Class protocol:instance creationInstance protocol:accessing
|
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 04:52:36 GMT
|