org.apache.jasper.compiler
クラス ScriptletGenerator

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

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

Generator for <% .... %> stuff.

作成者:
Anil K. Vijendran

フィールドの概要
protected  JspCompilationContext ctxt
           
 
コンストラクタの概要
ScriptletGenerator(char[] chars)
           
 
メソッドの概要
 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
コンストラクタの詳細

ScriptletGenerator

public ScriptletGenerator(char[] chars)
メソッドの詳細

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.