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

When asked to process: a Web request, this ServerAction simply executes its processBlock -- the simplest possible server action. It is the responsibility of the block to send a reply: to the request.

instance methods
  URL processing
  process:

  accessing
  processBlock:

class methods
  no messages
 

instance methods
  URL processing top  
 

process:


  accessing top  
 

processBlock:


class methods
  no messages top