org.apache.jasper.compiler
クラス UninterpretedTagBeginGenerator

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

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

Generates the start element of an uninterpreted tag.

作成者:
Pierre Delisle, Danno Ferrin

フィールドの概要
protected  JspCompilationContext ctxt
           
 
コンストラクタの概要
UninterpretedTagBeginGenerator(java.lang.String tag, org.xml.sax.Attributes attrs)
           
 
メソッドの概要
 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
コンストラクタの詳細

UninterpretedTagBeginGenerator

public UninterpretedTagBeginGenerator(java.lang.String tag,
                                      org.xml.sax.Attributes attrs)
メソッドの詳細

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.