org.tp23.jasper.compiler
Class DeclarationGenerator
java.lang.Object
|
+--org.tp23.jasper.compiler.GeneratorBase
|
+--org.tp23.jasper.compiler.DeclarationGenerator
- All Implemented Interfaces:
- ClassDeclarationPhase, Generator
- public class DeclarationGenerator
- extends org.tp23.jasper.compiler.GeneratorBase
- implements ClassDeclarationPhase
Generator to deal with JSP declarations. Stuff that goes in between
<%! and %>
- Author:
- Anil K. Vijendran, Paul Hinds
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ctxt
protected JspCompilationContext ctxt
DeclarationGenerator
public DeclarationGenerator(char[] chars)
generate
public void generate(ServletWriter writer,
java.lang.Class phase)
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