|
Class: ComancheSTTService
Object
|
+--HTTPService
|
+--ComancheService
|
+--ComancheSTTService
- Package:
- stx:goodies/webServer/comanche/stt
- Category:
- Comanche-STT
- Version:
- rev:
1.52
date: 2005/12/01 16:09:24
- user: stefan
- file: ComancheSTTService.st directory: goodies/webServer/comanche/stt
- module: stx stc-classLibrary: stt
I am the glue between the HTTPServers services (on the calling side)
and and STTModule on the other side.
Instances of me are registered in the HTTPServer (under the link-name)
and I will be invoked via the #process: method for incoming
requests.
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.
configuring - setup
-
loadPackage
-
sigh - we need the Comanche exensions as well (String translateWith:, for example)
Usage example(s):
defaults
-
defaultFile
-
-
defaultSmalltalkDialect
-
-
linkName
-
return the default linkName path (with slash)
queries-service
-
comancheSTTRoot
-
self comancheSTTRoot
-
isThreadSafe
-
-
settingsApplicationClass
-
my application in the settings dialog
accessing
-
comancheSTTRoot
-
-
comancheSTTRoot: aDirectory
-
-
defaultFile
-
-
defaultFile: aFilename
-
-
smalltalkDialect
-
-
smalltalkDialect: aDialectSymbol
-
actions
-
process: aSTXHttpRequest
-
(comment from inherited method)
propertyAt:#localAddress put:self halt;
-
separateHeaderFromData: aStream
-
initialization
-
initialize
-
-
setupModule
-
anExecutionContext
maintenance html presentation
-
specificChangeFromRequest: aRequest
-
extracts parameter from an html-maintenance post-request
-
specificInputFieldsForRequest: aRequest
-
generates the html-fragment for the maintenance form
registration
-
registerServiceOn: aServer
-
register myself as comanche swiki service on a single HTTPServer.
stt-debugging
-
debugMode: aHTTPRequest
-
-
isDebugAccept: aHTTPRequest
-
-
isDebugRequest: aHTTPRequest
-
-
nextPutDebugLinkFor: aHTTPRequest
-
-
processDebugAccept: aHTTPRequest
-
-
processDebugRequest: aHTTPRequest
-
-
startDebug: aRequest
-
Allow the user to edit the stt pages
|