eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPServerSettingsAppl::PluggableServicesSettingsAppl':

Home

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

Class: PluggableServicesSettingsAppl (private in HTTPServerSettingsAppl

This class is only visible from within HTTPServerSettingsAppl.

Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractServerSettingsApplication
               |
               +--HTTPServerSettingsAppl::PluggableServicesSettingsAppl

Package:
stx:goodies/webServer/ui
Category:
Net-Communication-HTTP-Settings
Owner:
HTTPServerSettingsAppl

Class protocol:

defaults
o  nameInSettingsDialog

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

o  worldIcon
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

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

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

Usage example(s):

     UIPainter new openOnClass:HTTPServerSettingsAppl::PluggableServicesSettingsAppl andSelector:#windowSpec
     HTTPServerSettingsAppl::PluggableServicesSettingsAppl new openInterface:#windowSpec
     HTTPServerSettingsAppl::PluggableServicesSettingsAppl open

menu specs
o  serviceMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

Usage example(s):

     MenuEditor new openOnClass:HTTPServerSettingsAppl::PluggableServicesSettingsAppl andSelector:#serviceMenu
     (Menu new fromLiteralArrayEncoding:(HTTPServerSettingsAppl::PluggableServicesSettingsAppl serviceMenu)) startUp

tableColumns specs
o  availableServiceTableColumns
This resource specification was automatically generated
by the DataSetBuilder of ST/X.

Usage example(s):

     DataSetBuilder new openOnClass:HTTPServerSettingsAppl::PluggableServicesSettingsAppl andSelector:#availableServiceTableColumns

o  serviceTableColumns
This resource specification was automatically generated
by the DataSetBuilder of ST/X.

Usage example(s):

     DataSetBuilder new openOnClass:HTTPServerSettingsAppl::PluggableServicesSettingsAppl andSelector:#serviceTableColumns


Instance protocol:

accessing
o  serviceInstanceList
return all service instances from the table

actions
o  addLinkToService
(serviceInstance linkNames isNil or:[serviceInstance class canModifyLinkNames not]) ifTrue:[

o  addSelectedAvailableService

o  addService: aService

o  askForNonConflictingLinkNameFor: aLinkName service: aService
aService class canModifyLinkNames ifFalse:[

o  basicSaveSettings

o  browseService

o  getRowsFor: aService

o  inspectService

o  openWebBrowserOnService
serverName := 'http://',(OperatingSystem getHostName),':',server port printString.

o  readServiceList: aServiceList
Modified (format): / 12-09-2017 / 22:23:54 / cg

o  readSettings

o  removeServiceLinks

o  setChangedValuesForService: aService

o  sortServiceTableRowList

aspects
o  availableServiceList

o  downLabel

o  enableAddService

o  enableRemoveService

o  selectedAvailableService

** This is an obsolete interface - do not use it (it may vanish in future versions) **

o  selectedAvailableServices

o  selectedServerService

** This is an obsolete interface - do not use it (it may vanish in future versions) **

o  selectedServerServices

o  serviceTableColumns

o  serviceTableRowList

change & update
o  selectedAvailableServiceChanged

o  selectedServerServiceChanged

o  serviceTableRowListChanged
self updateAvailableServiceList.

o  update: something with: aParameter from: changedObject
Invoked when an object that I depend upon sends a change notification.

o  updateAvailableServiceList

initialization
o  initialize

queries
o  allLinkNames
Modified (format): / 14-03-2022 / 19:47:59 / exept MBP

o  allRowsForService: aServiceInstance rowList: aRowList

o  availableItemFor: aServiceClassName
return the available Item for aServiceClass or nil if not found

o  hasChangesForService: aService

o  hasServiceSelected

o  hasServiceWithLinkName: aLinkName
return false if no service already use the link
otherwise return the service who is included the link

o  hasUnsavedChanges
a settingsService, which is NOT in servers list

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

o  linkNamesForService: aServiceInstance
Modified (format): / 12-09-2017 / 22:32:11 / cg

o  serviceItemFor: aService

o  serviceWithLinkName: aLinkName
return false if no service already use the link
otherwise return the service who is included the link


Private classes:

    AvailableServiceItem
    ServiceItem


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 00:48:47 GMT