org.tp23.jasper.compiler
Class IncludeGenerator
java.lang.Object
|
+--org.tp23.jasper.compiler.GeneratorBase
|
+--org.tp23.jasper.compiler.IncludeGenerator
- All Implemented Interfaces:
- Generator, ServiceMethodPhase
- public class IncludeGenerator
- extends org.tp23.jasper.compiler.GeneratorBase
- implements ServiceMethodPhase
Generator for
- Author:
- Anil K. Vijendran, Mandar Raje, Paul Hinds
Constructor Summary |
IncludeGenerator(Mark start,
java.util.Hashtable attrs,
java.util.Hashtable param)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ctxt
protected JspCompilationContext ctxt
IncludeGenerator
public IncludeGenerator(Mark start,
java.util.Hashtable attrs,
java.util.Hashtable param)
throws JasperException
generate
public void generate(ServletWriter writer,
java.lang.Class phase)
init
public void init(JspCompilationContext ctxt)
throws JasperException
- Specified by:
init
in interface Generator
generateCoordinates
public boolean generateCoordinates(java.lang.Class phase)
- Specified by:
generateCoordinates
in interface Generator