WAGlobalConfiguration


Seaside-Session

Comment:



Hierarchy:

ProtoObject
Object
WAConfiguration
WASystemConfiguration
WAGlobalConfiguration

Summary:

methods:

instance class
as yet unclassified no messages

Detail:

instance methods:

as yet unclassified
attributes

	^ Array 
		with: ((WAListAttribute key: #serverProtocol) options: #(http https))
		with: (WAStringAttribute key: #serverHostname)
		with: (WANumberAttribute key: #serverPort)
		with: (WABooleanAttribute key: #deploymentMode)
deploymentMode

	^ false
serverPort

	^ 80
serverProtocol

	^ #http

class methods:

^top


- made by Dandelion -