Squeak Class Documentation category index | class index  
 
PluggableServerAction
  category: Network-Pluggable Web Server
  superclass: ServerAction
  subclasses:

A PluggableServerAction instance has two blocks in instance variables. The processBlock is executed with the web request to do any input processing that is needed. The returnBlock is executed with the web request, and its return value is sent as the output of the CGI processing.

instance methods
  URL processing
  process:

  accessing
  processBlock:
returnBlock:

class methods
  no messages
 

instance methods
  URL processing top  
 

process:


  accessing top  
 

processBlock:


 

returnBlock:


class methods
  no messages top