org.archive.wayback.replay.html.rules
Class StaticStringRule

java.lang.Object
  extended by org.archive.wayback.replay.html.rules.StaticStringRule

public class StaticStringRule
extends Object


Field Summary
 String text
           
 
Constructor Summary
StaticStringRule()
           
 
Method Summary
 void emit(ReplayParseContext context, org.htmlparser.Node node)
           
 String getText()
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text
Constructor Detail

StaticStringRule

public StaticStringRule()
Method Detail

emit

public void emit(ReplayParseContext context,
                 org.htmlparser.Node node)
          throws javax.servlet.ServletException,
                 IOException
Throws:
javax.servlet.ServletException
IOException

getText

public String getText()
Returns:
the text

setText

public void setText(String text)
Parameters:
text - the text to set


Copyright © 2005-2011 Internet Archive. All Rights Reserved.