org.apache.jasper.compiler
Class IncludeGenerator

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

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

Generator for jsp:include.

Author:
Anil K. Vijendran, Mandar Raje, Danno Ferrin

Fields inherited from class org.apache.jasper.compiler.GeneratorBase
ctxt
 
Constructor Summary
IncludeGenerator(Mark start, org.xml.sax.Attributes attrs, java.util.Hashtable param, boolean isXml)
           
 
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

IncludeGenerator

public IncludeGenerator(Mark start,
                        org.xml.sax.Attributes attrs,
                        java.util.Hashtable param,
                        boolean isXml)
                 throws JasperException
Method Detail

generate

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


Copyright © 2000 Apache Software Foundation. All Rights Reserved.