org.apache.jasper.compiler
クラス GetPropertyGenerator

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

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

Generator for jsp:getProperty.

作成者:
Mandar Raje, Danno Ferrin

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

フィールドの詳細

ctxt

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

GetPropertyGenerator

public GetPropertyGenerator(Mark start,
                            Mark stop,
                            org.xml.sax.Attributes attrs,
                            BeanRepository beanInfo)
メソッドの詳細

generate

public void generate(ServletWriter writer,
                     java.lang.Class phase)
              throws JasperException

getAttribute

public java.lang.String getAttribute(java.lang.String name)

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.