eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPSourceCodeAccessService':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: HTTPSourceCodeAccessService


Inheritance:

   Object
   |
   +--HTTPService
      |
      +--HTTPSelectorService
         |
         +--HTTPSourceCodeAccessService

Package:
stx:goodies/webServer
Category:
Net-Communication-HTTP-Services
Version:
rev: 1.33 date: 2006/07/28 20:13:32
user: stefan
file: HTTPSourceCodeAccessService.st directory: goodies/webServer
module: stx stc-classLibrary: webServer
Author:
Claus Gittinger

Description:


a service which provides access to the running smalltalks sourcecode

[usage:]
    HTTPSourceCodeAccessService registerServiceIn:(HTTPServer runningServers first) as:'Bla'


[access with:]
    http:<host>:<port>/SourceCode/get/<className>


Class protocol:

defaults
o  defaultReplyPresenterClass

o  linkName
return the default linkName path (with slash)

queries-service
o  isThreadSafe

o  settingsApplicationClass
a SettingsApplication class - or nil (used in the settings dialog if non-nil)


Instance protocol:

queries-access
o  exportedModules
list the modules we make accessible

queries-service
o  allowedMessages

o  defaultMessage

registration
o  addRequiredForeignServicesTo: aServer
I need a file service for the bitmaps and icons

requests-server-classDoc
o  get: aRequest

o  getSource: aRequest mimeType: mimeType
do not show non-public packages

o  getText: aRequest

o  howTo: aRequest



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 11:02:23 GMT