Uses of Interface
org.alicebot.server.core.responder.Responder

Packages that use Responder
org.alicebot.server.core   
org.alicebot.server.core.responder   
 

Uses of Responder in org.alicebot.server.core
 

Methods in org.alicebot.server.core with parameters of type Responder
static java.lang.String Multiplexor.getResponse(java.lang.String input, java.lang.String userid, java.lang.String botid, Responder responder)
          Returns the response to a non-internal input, using a Responder.
 

Uses of Responder in org.alicebot.server.core.responder
 

Classes in org.alicebot.server.core.responder that implement Responder
 class AbstractMarkupResponder
           Contains common methods of template parsing and processing that are generic for all responders that deal with markup output, and which use a three-part template, such as HTMLResponder, FlashResponder, etc.
 class AIMResponder
           
 class FlashResponder
          Implements a Responder for a Flash client.
 class HTMLResponder
          Responsible for handling requests that come via HTTP, and delivering the response via dynamically-generated HTML based on user-designed templates.
 class TextResponder
          Logs output of all chat.