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

java.lang.Object
  extended by org.archive.wayback.replay.html.rules.JSPExecRule
      extended by org.archive.wayback.replay.html.rules.BeforeBodyEndTagJSPExecRule
All Implemented Interfaces:
ReplayParseEventDelegatorVisitor, CloseTagHandler, ParseCompleteHandler

public class BeforeBodyEndTagJSPExecRule
extends JSPExecRule
implements ReplayParseEventDelegatorVisitor, CloseTagHandler, ParseCompleteHandler


Constructor Summary
BeforeBodyEndTagJSPExecRule()
           
 
Method Summary
 void emit(ReplayParseContext context, org.htmlparser.Node node)
           
 void handleCloseTagNode(ParseContext context, org.htmlparser.nodes.TagNode node)
           
 void handleParseComplete(ParseContext context)
           
 void visit(ReplayParseEventDelegator rules)
           
 
Methods inherited from class org.archive.wayback.replay.html.rules.JSPExecRule
getJspPath, setJspPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeforeBodyEndTagJSPExecRule

public BeforeBodyEndTagJSPExecRule()
Method Detail

visit

public void visit(ReplayParseEventDelegator rules)
Specified by:
visit in interface ReplayParseEventDelegatorVisitor

emit

public void emit(ReplayParseContext context,
                 org.htmlparser.Node node)
          throws IOException
Overrides:
emit in class JSPExecRule
Throws:
IOException

handleCloseTagNode

public void handleCloseTagNode(ParseContext context,
                               org.htmlparser.nodes.TagNode node)
                        throws IOException
Specified by:
handleCloseTagNode in interface CloseTagHandler
Throws:
IOException

handleParseComplete

public void handleParseComplete(ParseContext context)
                         throws IOException
Specified by:
handleParseComplete in interface ParseCompleteHandler
Throws:
IOException


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