Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » compiler » [javadoc | source]
org.apache.jasper.compiler
public class: IncludeGenerator [javadoc | source]
java.lang.Object
   org.apache.jasper.compiler.GeneratorBase
      org.apache.jasper.compiler.IncludeGenerator

All Implemented Interfaces:
    ServiceMethodPhase, Generator

Generator for
Field Summary
 String page     
 boolean isExpression     
 Hashtable params     
Fields inherited from org.apache.jasper.compiler.GeneratorBase:
ctxt
Constructor:
 public IncludeGenerator(Hashtable attrs,
    Hashtable param) throws JasperException 
Method from org.apache.jasper.compiler.IncludeGenerator Summary:
generate
Methods from org.apache.jasper.compiler.GeneratorBase:
generateCoordinates,   init
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.compiler.IncludeGenerator Detail:
 public  void generate(ServletWriter writer,
    Class phase)