eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPClassDocService':

Home

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

Class: HTTPClassDocService


Inheritance:

   Object
   |
   +--HTTPService
      |
      +--HTTPSelectorService
         |
         +--HTTPClassDocService

Package:
stx:goodies/webServer
Category:
Net-Communication-HTTP-Services
Version:
rev: 1.72 date: 2024/04/29 07:50:49
user: stefan
file: HTTPClassDocService.st directory: goodies/webServer
module: stx stc-classLibrary: webServer

Description:


Generates class documentation

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  defaultClassDocExpirationTime

o  defaultClassListExpirationTime

o  defaultReplyPresenterClass

o  defaultRootDirectory

o  isThreadSafe

o  linkName
return the default linkName path (with slash)

queries-service
o  settingsApplicationClass
my application in the settings dialog


Instance protocol:

accessing
o  classDocExpirationTime

o  classDocExpirationTime: something

o  classListExpirationTime

o  classListExpirationTime: something

o  rootDirectory

o  rootDirectory: something

maintenance html presentation
o  specificChangeFromRequest: aRequest
extracts parameter from an html-maintenance post-request

o  specificInputFieldsForRequest: aRequest
generates the html-fragment for the maintenance form

queries-access
o  exportedModules
list the modules we make accessible.
Everything else is not shown (i.e. classes from other modules are invisible).
If never set, only the public classes from stx are shown.

o  exportedModules: aCollection
set the list of modules we make accessible.
Everything else is not shown (i.e. classes from other modules are invisible).
If never set, only the public classes from stx are shown.

queries-service
o  allowedMessages

o  defaultMessage

o  packageIsShown: aPackage

registration
o  addRequiredForeignServicesTo: aServer
I need a few file services for the bitmaps, icons and doc files

o  removeRequiredForeignServicesFrom: aServer

requests
o  classDocIndex: aRequest
'server:classDocIndex' generates the class documentation index page.

o  classDocOf: aRequest
The class-by prefix character list page.
generate an HTML document string which contains HREFS for a list
of classes which start with some prefix (typically, the first
character is given)

o  classListForPackage: aRequest
The class-by package list page.
generate an HTML document string which contains HREFS for a list
of classes which are part of a package.

o  classListForPrefix: aRequest
The class-by prefix character list page.
generate an HTML document string which contains HREFS for a list
of classes which start with some prefix (typically, the first
character is given)

o  packageIndex: aRequest
generates the package index page.

settings persistency
o  settingSelectors
answer the selectors that are used to configure a service - i.e. those which are
saved in the webServer-settings file.

Usage example(s):

     HTTPService new settingSelectors
     self new settingSelectors


Examples:


HTTPClassDocService registerServiceOn:(HTTPServer runningServers first) as:'XX'


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 09:30:53 GMT