eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Comanche::NetworkRequest':

Home

everywhere
www.exept.de
for:
[back]

Class: NetworkRequest (in Comanche)


Inheritance:

   Object
   |
   +--Comanche::NetworkRequest
      |
      +--Comanche::HttpRequest

Package:
stx:goodies/webServer/comanche/swiki
Category:
Comanche-Kom-Protocol-Abstract
Version:
rev: 1.10 date: 2003/09/11 12:48:12
user: cg
file: NetworkRequest.st directory: goodies/webServer/comanche/swiki
module: stx stc-classLibrary: swiki

Description:


Kom48 (Comanche beta 4.8)
bolot 4/2/2001 18:53

NetworkRequest
- a generic request object
- properties are some ad-hoc properties
- session is not currently used

Note about Kom46:
- this class contained more methods
-- some methods have been depricated since


Class protocol:

instance creation
o  new


Instance protocol:

accessing
o  method

** This method raises an error - it must be redefined in concrete classes **

o  session

o  session: aSession

o  url

** This method raises an error - it must be redefined in concrete classes **

initialize-release
o  initialize

properties
o  propertyAt: aSymbol

o  propertyAt: aSymbol ifAbsent: absentBlock

o  propertyAt: aSymbol ifAbsentPut: absentBlock

o  propertyAt: aSymbol put: anObject

o  removePropertyAt: aSymbol

o  removePropertyAt: aSymbol ifAbsent: aBlock

testing
o  isGetRequest

** This method raises an error - it must be redefined in concrete classes **

o  isHeaderRequest

** This method raises an error - it must be redefined in concrete classes **

o  isPostRequest

** This method raises an error - it must be redefined in concrete classes **



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 17 May 2012 16:23:08 GMT