eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPPluggableActionService':

Home

everywhere
www.exept.de
for:
[back]

Class: HTTPPluggableActionService


Inheritance:

   Object
   |
   +--HTTPService
      |
      +--HTTPPluggableActionService

Package:
stx:goodies/webServer
Category:
Net-Communication-HTTP-Services
Version:
rev: 1.3 date: 2008/02/14 20:51:56
user: cg
file: HTTPPluggableActionService.st directory: goodies/webServer
module: stx stc-classLibrary: webServer
Author:
Claus Gittinger

Description:


A service which associates page-URLS with a blocks evaluation.
Can be used for quick ad-hoq and Expecco-driven webservices.
The registered block (-> register:as:) is evaluated with the httpRequest object
as argument.


Instance protocol:

action
o  process: aRequest

registration
o  register: aBlock as: aPageName



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 10:06:04 GMT