jrun.jsp.parser
Class TagLibraryVisitor

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

public class TagLibraryVisitor
extends IncludeVisitor


Inner classes inherited from class jrun.jsp.parser.IncludeVisitor
IncludeVisitor.IncludeIOException, IncludeVisitor.PageNotFoundException, IncludeVisitor.RecursiveInclude
 
Fields inherited from class jrun.jsp.parser.IncludeVisitor
tc
 
Fields inherited from class jrun.jsp.parser.JSPVisitor
attribute, attrs, directiveType
 
Constructor Summary
TagLibraryVisitor(TranslationContext tc)
           
 
Method Summary
 void pageDirective(SimpleNode s, java.util.Map m)
           
 void taglibDirective(SimpleNode s, java.util.Map m)
           
 
Methods inherited from class jrun.jsp.parser.IncludeVisitor
includeDirective
 
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, pass, qcdata, scriptlet, start_tag_close, start_tag, start_tag, unknownDirective
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagLibraryVisitor

public TagLibraryVisitor(TranslationContext tc)
Method Detail

taglibDirective

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

pageDirective

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


Copyright � 2002 Macromedia Corporation. All Rights Reserved.