org.apache.jasper.compiler
Class IncludeGenerator

java.lang.Object
  extended byorg.apache.jasper.compiler.GeneratorBase
      extended byorg.apache.jasper.compiler.IncludeGenerator
All Implemented Interfaces:
Generator, ServiceMethodPhase

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

Generator for

Author:
Anil K. Vijendran, Mandar Raje

Field Summary
protected  JspCompilationContext ctxt
           
 
Constructor Summary
IncludeGenerator(Mark start, java.util.Hashtable attrs, java.util.Hashtable param)
           
 
Method Summary
 void generate(ServletWriter writer, java.lang.Class phase)
           
 boolean generateCoordinates(java.lang.Class phase)
           
 void init(JspCompilationContext ctxt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctxt

protected JspCompilationContext ctxt
Constructor Detail

IncludeGenerator

public IncludeGenerator(Mark start,
                        java.util.Hashtable attrs,
                        java.util.Hashtable param)
                 throws JasperException
Method Detail

generate

public void generate(ServletWriter writer,
                     java.lang.Class phase)
Specified by:
generate in interface Generator

init

public void init(JspCompilationContext ctxt)
          throws JasperException
Specified by:
init in interface Generator
Throws:
JasperException

generateCoordinates

public boolean generateCoordinates(java.lang.Class phase)
Specified by:
generateCoordinates in interface Generator


Copyright ? 2001 Apache Software Foundation. All Rights Reserved.