org.tp23.jasper.compiler
Class SetPropertyGenerator
java.lang.Object
|
+--org.tp23.jasper.compiler.GeneratorBase
|
+--org.tp23.jasper.compiler.SetPropertyGenerator
- All Implemented Interfaces:
- Generator, ServiceMethodPhase
- public class SetPropertyGenerator
- extends org.tp23.jasper.compiler.GeneratorBase
- implements ServiceMethodPhase
Generator for
- Author:
- Mandar Raje, Paul Hinds
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ctxt
protected JspCompilationContext ctxt
SetPropertyGenerator
public SetPropertyGenerator(Mark start,
Mark stop,
java.util.Hashtable 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
- Specified by:
init
in interface Generator
generateCoordinates
public boolean generateCoordinates(java.lang.Class phase)
- Specified by:
generateCoordinates
in interface Generator