Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.alicebot.server.core.responder
Class FlashResponder  view FlashResponder download FlashResponder.java

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

public class FlashResponder
extends AbstractMarkupResponder


Field Summary
private static java.lang.String chatTemplatePath
           
private static org.alicebot.server.core.util.SuffixFilenameFilter flashFilenameFilter
           
private static java.util.HashMap templates
           
private static java.lang.String templatesDirectoryName
           
 
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 s, java.lang.String s1)
           
 
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
 

Field Detail

flashFilenameFilter

private static final org.alicebot.server.core.util.SuffixFilenameFilter flashFilenameFilter

templates

private static java.util.HashMap templates

templatesDirectoryName

private static final java.lang.String templatesDirectoryName

chatTemplatePath

private static java.lang.String chatTemplatePath
Constructor Detail

FlashResponder

public FlashResponder(java.lang.String s,
                      java.lang.String s1)