org.apache.jasper.compiler
クラス IncludeGenerator

java.lang.Object
  |
  +--org.apache.jasper.compiler.GeneratorBase
        |
        +--org.apache.jasper.compiler.IncludeGenerator
すべての実装インタフェース:
Generator, ServiceMethodPhase

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

Generator for jsp:include.

作成者:
Anil K. Vijendran, Mandar Raje, Danno Ferrin

フィールドの概要
protected  JspCompilationContext ctxt
           
 
コンストラクタの概要
IncludeGenerator(Mark start, org.xml.sax.Attributes attrs, java.util.Hashtable param, boolean isXml)
           
 
メソッドの概要
 void generate(ServletWriter writer, java.lang.Class phase)
           
 boolean generateCoordinates(java.lang.Class phase)
           
 void init(JspCompilationContext ctxt)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ctxt

protected JspCompilationContext ctxt
コンストラクタの詳細

IncludeGenerator

public IncludeGenerator(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)

init

public void init(JspCompilationContext ctxt)
          throws JasperException
定義:
インタフェース Generator 内の init

generateCoordinates

public boolean generateCoordinates(java.lang.Class phase)
定義:
インタフェース Generator 内の generateCoordinates


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.