|
Smalltalk/X WebserverDocumentation of class 'ProjectDefinition::ApplicationDocumentTypeDescription': |
|
|
Class: ApplicationDocumentTypeDescription (private in ProjectDefinitionThis class is only visible from within ProjectDefinition.Inheritance:Object | +--ProjectDefinition::ApplicationDocumentTypeDescription
Description:
for deployment, some systems can make use of additional information
on which documents are handled by the application.
This is used eg. for double-clicking on a document in OSX.
If the deployed app can/should handle this, redefine the
applicatinDocumentTypeDescriptions / applicatinDocumentTypeDescriptionsOSX
methods in the projectDefinition to return a collection of instances of me.
For example:
mimeType: 'application/x-expecco-testsuite
extension: 'ets'
typeName: 'expecco test suite'
iconFileWindows: 'expeccoSuite.ico'
iconFileOSX: 'expeccoSuite.icns'
roleOSX: 'Editor'
Instance protocol:accessing
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 06:29:24 GMT
|