org.tp23.jasper.compiler
Class CharDataGenerator
java.lang.Object
|
+--org.tp23.jasper.compiler.GeneratorBase
|
+--org.tp23.jasper.compiler.CharDataGenerator
- All Implemented Interfaces:
- Generator, ServiceMethodPhase
- Direct Known Subclasses:
- MappedCharDataGenerator
- public class CharDataGenerator
- extends org.tp23.jasper.compiler.GeneratorBase
- implements ServiceMethodPhase
CharDataGenerator generates the character data present in the JSP
file. Typically this is HTML which lands up as strings in
out.println(...).
- 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
CharDataGenerator
public CharDataGenerator(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