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)
|
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 |
ForwardGenerator
public ForwardGenerator(Mark start,
org.xml.sax.Attributes attrs,
java.util.Hashtable param,
boolean isXml)
throws JasperException
generate
public void generate(ServletWriter writer,
java.lang.Class phase)
Copyright © 2000 Apache Software Foundation. All Rights Reserved.