org.apache.jasper.compiler
Class UninterpretedTagBeginGenerator

java.lang.Object
  |
  +--org.apache.jasper.compiler.GeneratorBase
        |
        +--org.apache.jasper.compiler.UninterpretedTagBeginGenerator

public class UninterpretedTagBeginGenerator
extends org.apache.jasper.compiler.GeneratorBase
implements ServiceMethodPhase

Generates the start element of an uninterpreted tag.

Author:
Pierre Delisle, Danno Ferrin

Fields inherited from class org.apache.jasper.compiler.GeneratorBase
ctxt
 
Constructor Summary
UninterpretedTagBeginGenerator(java.lang.String tag, org.xml.sax.Attributes attrs)
           
 
Method Summary
 void generate(ServletWriter writer, java.lang.Class phase)
           
 
Methods inherited from class org.apache.jasper.compiler.GeneratorBase
generateCoordinates, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UninterpretedTagBeginGenerator

public UninterpretedTagBeginGenerator(java.lang.String tag,
                                      org.xml.sax.Attributes attrs)
Method Detail

generate

public void generate(ServletWriter writer,
                     java.lang.Class phase)


Copyright © 2000 Apache Software Foundation. All Rights Reserved.