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

Simple ServerAction that allows a primitive chat session shown as a web page. It maintains a list of the 20 most recent submissions. There is a form on the page for typing your contribution to the session.

The default Swiki has a chat page enabled.

Get to the page by this URL:
machine:80/chat

instance methods
  URL processing
  process:

  chat processing
  add:
current

class methods
  no messages
 

instance methods
  URL processing top  
 

process:


  chat processing top  
 

add:


 

current


class methods
  no messages top