eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractSettingsApplication::HTTPStartServerSettingsApplication':

Home

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

Class: HTTPStartServerSettingsApplication (private in AbstractSettingsApplication

This class is only visible from within AbstractSettingsApplication.

Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractSettingsApplication::HTTPStartServerSettingsApplication

Package:
stx:libtool
Category:
Interface-Smalltalk
Owner:
AbstractSettingsApplication

Class protocol:

help specs
o  helpSpec
This resource specification was automatically generated
by the UIHelpTool of ST/X.

image specs
o  defaultIcon
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

     self defaultIcon inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon
     Icon flushCachedIcons

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

Usage example(s):

     UIPainter new openOnClass:AbstractSettingsApplication::HTTPStartServerSettingsApplication andSelector:#windowSpec
     AbstractSettingsApplication::HTTPStartServerSettingsApplication new openInterface:#windowSpec
     AbstractSettingsApplication::HTTPStartServerSettingsApplication open

servers access
o  addCreatedServer: aServer

o  createdServers

o  removeAllCreatedServer

o  removeCreatedServer: aServer


Instance protocol:

actions
o  basicReadSettings
(comment from inherited method)
utility to read aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass

o  basicSaveSettings
nothing done here

o  createFcgiServer
create a FastCGI server

o  createServer
create a default server - i.e. a HTTP server

o  createServerApplicationFor: aServerInstance
settingsDialog isNil ifTrue:[^ self].

o  createServerForClass: serverClass

o  createServerFromFile

o  createServerSubApplicationsForRunningServers

o  hasServerForPort: newServerPort

o  loadWebServerPackages

o  removeAllServerSubApplications
settingsDialog isNil ifTrue:[^ self].

o  removeAllServers

o  setPortOnFreePort
settingsDialog isNil ifTrue:[^ self].

aspects
o  hasCreatedServerChannel

o  hasWebServerClassesLoaded

o  hasWebServerClassesLoadedHolder

o  hasWebServerClassesNotLoadedHolder

o  informationLabel

o  portNumberChannel

change & update
o  createdServerChanged

o  runningServersChanged

o  update: something with: aParameter from: changedObject
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:

help
o  helpFilename
the path for a local help document (for offline reading)

initialization & release
o  initialize
(comment from inherited method)
must be called if redefined

o  release
(comment from inherited method)
remove all references to objects that may refer to self.
Subclasses may redefine this method but should do a 'super release'.

queries
o  hasCreatedServer
settingsDialog isNil ifTrue:[^ false].

o  hasFCGIServerClass

o  hasHTTPServerClass

o  hasUnsavedChanges

o  isEnabledInSettingsDialog: aSettingsDialog
^ self serverClass notNil

o  serverClass
answer the default class for instantiating servers.
Note that we may instantiate FCGIServer as well

o  whyDisabledInSettingsDialogInfo



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:23:55 GMT