org.apache.jasper.compiler
Class ForwardGenerator

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

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

Generator for

Author:
Anil K. Vijendran, Danno Ferrin

Fields inherited from class org.apache.jasper.compiler.GeneratorBase
ctxt
 
Constructor Summary
ForwardGenerator(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

ForwardGenerator

public ForwardGenerator(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.