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.41 date: 2023/07/05 07:53:30
user: cg
file: HTTPSourceCodeAccessService.st directory: goodies/webServer
module: stx stc-classLibrary: webServer

Description:


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>

copyright

COPYRIGHT (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.

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.
Everything else is not shown (i.e. classes from other modules are invisible).
Here, only the sources of stx are presented

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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 09:36:25 GMT