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

EmbeddedServerAction works like a normal ServerAction, except that it interprets any embedded Smalltalk code (within <? ?> tags, stolen from Microsoft's notation for a similar capability) and replaces the embedded code with the value returned from the execution of the code.

instance methods
  URL processing
  replyTo:from:

class methods
  no messages
 

instance methods
  URL processing top  
 

replyTo:from:

Transcript show: 'Reply: ', pieces; cr.


class methods
  no messages top