|
Class: WebHomePageForSTX (in Demos)
Object
|
+--HTTPService
|
+--HTTPSelectorService
|
+--Demos::WebHomePageForSTX
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTTP-Services-Demo-WebApplications
- Version:
- rev:
1.88
date: 2023/09/09 18:57:19
- user: stefan
- file: WebHomePageForSTX.st directory: goodies/webServer
- module: stx stc-classLibrary: webServer
generates a simple demo home page.
caveat: old code - needs to be rewritten to use an HTMLTreeBuilder.
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.
defaults
-
defaultReplyPresenterClass
-
-
isThreadSafe
-
-
linkName
-
return the default linkName path (with slash)
queries-service
-
settingsApplicationClass
-
a SettingsApplication class - or nil (used in the settings dialog if non-nil)
defaults
-
allowedMessages
-
-
defaultMessage
-
queries
-
visibleServicesFor: aServiceClass server: aServer
-
registration
-
addRequiredForeignServicesTo: anHTTPServer
-
I need a file service for the bitmaps and icons
requests-helpers
-
additionalHeadTextForSTX
-
-
serviceLinksFor: aServiceClassList commonHeaderLine: aCommonHeaderLine headerLines: aHeaderLineStringList linkNames: aLinkNameStringOrBlockList request: aRequest
-
-
welcomeHomePageString
-
requests-helpers-paragraphs
-
comancheSTTFor: aRequest
-
-
comancheSwikiFor: aRequest
-
-
demoApplicationFor: aRequest
-
-
demoShopFor: aRequest
-
-
maintenanceFor: aRequest
-
-
onlineDocumentationFor: aRequest
-
to refer to the st/x server, use:
-
otherServicesFor: aRequest
-
-
pageCounterFor: aRequest
-
if the referrer is one of my page, the visitor is not a new one.
Then we do not count up.
-
resourceManagerFor: aRequest
-
-
slideShowServiceLinksFor: aRequest
-
-
smalltalkSourceAccessFor: aRequest
-
-
smalltalkWebBrowserFor: aRequest
-
-
talkToLiveSystemEmbeddedFor: aRequest
-
-
talkToLiveSystemPureHtmlFor: aRequest
-
requests-homePage
-
homePage: aRequest
-
The server's homePage.
|