org.apache.jasper.compiler
Class GetPropertyGenerator

java.lang.Object
  |
  +--org.apache.jasper.compiler.GeneratorBase
        |
        +--org.apache.jasper.compiler.GetPropertyGenerator
All Implemented Interfaces:
Generator, ServiceMethodPhase

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

Generator for

Author:
Mandar Raje

Constructor Summary
GetPropertyGenerator(Mark start, Mark stop, java.util.Hashtable attrs, BeanRepository beanInfo)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPropertyGenerator

public GetPropertyGenerator(Mark start,
                            Mark stop,
                            java.util.Hashtable attrs,
                            BeanRepository beanInfo)
Method Detail

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
Specified by:
init in interface Generator

generateCoordinates

public boolean generateCoordinates(java.lang.Class phase)
Specified by:
generateCoordinates in interface Generator


Copyright © 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.