|
Class: HTTPSourceCodeAccessService
Object
|
+--HTTPService
|
+--HTTPSelectorService
|
+--HTTPSourceCodeAccessService
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTTP-Services
- Version:
- rev:
1.41
date: 2023/07/05 07:53:30
- user: cg
- file: HTTPSourceCodeAccessService.st directory: goodies/webServer
- module: stx stc-classLibrary: webServer
a service which provides access to the running Smalltalk's sourcecode
[usage:]
HTTPSourceCodeAccessService registerServiceOn:(HTTPServer runningServers first) as:'Bla'
[access with:]
http:<host>:<port>/SourceCode/get/<className>
copyrightCOPYRIGHT (c) 2003 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
defaults
-
defaultReplyPresenterClass
-
-
linkName
-
return the default linkName path (with slash)
queries-service
-
isThreadSafe
-
-
settingsApplicationClass
-
a SettingsApplication class - or nil (used in the settings dialog if non-nil)
queries-access
-
exportedModules
-
list the modules we make accessible.
Everything else is not shown (i.e. classes from other modules are invisible).
Here, only the sources of stx are presented
queries-service
-
allowedMessages
-
-
defaultMessage
-
registration
-
addRequiredForeignServicesTo: aServer
-
I need a file service for the bitmaps and icons
requests-server-classDoc
-
get: aRequest
-
-
getSource: aRequest mimeType: mimeType
-
do not show non-public packages
-
getText: aRequest
-
-
howTo: aRequest
-
|