org.alicebot.server.core.responder
Class FlashResponder

java.lang.Object
  extended by org.alicebot.server.core.responder.AbstractMarkupResponder
      extended by org.alicebot.server.core.responder.FlashResponder
All Implemented Interfaces:
Responder

public class FlashResponder
extends AbstractMarkupResponder

Implements a Responder for a Flash client.

Author:
Chris Fahey

Field Summary
 
Fields inherited from class org.alicebot.server.core.responder.AbstractMarkupResponder
ALICE_IN, ALICE_OUT, ATOMIC_MARKER_END, bot, BOT_, BOT_NAME_EQUALS, botid, EMPTY_STRING, footer, header, HNAME, hostName, HOSTNAME, MARKER_END, MARKER_START, QUOTE_MARK, REPLY_END, REPLY_START, replyPart, response, RESPONSE, SPACE, tags, UNDERSCORE, USERINPUT
 
Constructor Summary
FlashResponder(java.lang.String botid, java.lang.String templateName)
           
 
Method Summary
 
Methods inherited from class org.alicebot.server.core.responder.AbstractMarkupResponder
append, loadTemplate, log, parse, parseTemplate, postprocess, preprocess, registerTemplates
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashResponder

public FlashResponder(java.lang.String botid,
                      java.lang.String templateName)