jrun.jsp.parser
Class IncludeVisitor

java.lang.Object
  |
  +--jrun.jsp.parser.JSPVisitor
        |
        +--jrun.jsp.parser.IncludeVisitor
All Implemented Interfaces:
Visitor
Direct Known Subclasses:
TagLibraryVisitor

public class IncludeVisitor
extends JSPVisitor


Inner Class Summary
 class IncludeVisitor.IncludeIOException
          ({line}) IOException, processing page {uri}: {rootCause}
 class IncludeVisitor.PageNotFoundException
          ({line}) The page {uri} was not found
 class IncludeVisitor.RecursiveInclude
          ({line}) Include of {uri} would cause infinite recursion
 
Field Summary
protected  TranslationContext tc
           
 
Fields inherited from class jrun.jsp.parser.JSPVisitor
attribute, attrs, directiveType
 
Constructor Summary
IncludeVisitor(TranslationContext tc)
           
 
Method Summary
 void includeDirective(SimpleNode s, java.util.Map m)
           
 
Methods inherited from class jrun.jsp.parser.JSPVisitor
acdata, attribute_value, attribute, comment, declaration, directive_type, directive, empty_tag_close, end_tag, expression, getAttrVal, jsp, pageDirective, pass, qcdata, scriptlet, start_tag_close, start_tag, start_tag, taglibDirective, unknownDirective
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tc

protected TranslationContext tc
Constructor Detail

IncludeVisitor

public IncludeVisitor(TranslationContext tc)
Method Detail

includeDirective

public void includeDirective(SimpleNode s,
                             java.util.Map m)
Overrides:
includeDirective in class JSPVisitor


Copyright � 2002 Macromedia Corporation. All Rights Reserved.