eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPSourceCodeAccessService':

Home

everywhere
www.exept.de
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

o  getText: aRequest

o  howTo: aRequest



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 10:15:00 GMT