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
aServiceClass shownInSettingsDialog ifTrue:[

o  removeServiceLinks

o  setChangedValuesForService: aService

o  sortServiceTableRowList

aspects
o  availableServiceList

o  downLabel

o  enableAddService
automatically generated by UIPainter ...

usage example(s):

enableAddService addDependent:self.

usage example(s):

enableAddService onChangeSend:#enableAddServiceChanged to:self.

o  enableRemoveService
automatically generated by UIPainter ...

usage example(s):

enableRemoveService addDependent:self.

usage example(s):

enableRemoveService onChangeSend:#enableRemoveServiceChanged to:self.

o  selectedAvailableService

o  selectedAvailableServices

o  selectedServerService

o  selectedServerServices
if your app needs to be notified of changes, uncomment one of the lines below:

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

queries
o  allLinkNames

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

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.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 24 Apr 2024 23:05:58 GMT