org.apache.jasper.compiler
Class CharDataGenerator

java.lang.Object
  |
  +--org.apache.jasper.compiler.GeneratorBase
        |
        +--org.apache.jasper.compiler.CharDataGenerator
Direct Known Subclasses:
MappedCharDataGenerator

public class CharDataGenerator
extends org.apache.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

Fields inherited from class org.apache.jasper.compiler.GeneratorBase
ctxt
 
Constructor Summary
CharDataGenerator(char[] chars)
           
 
Method Summary
 void generate(ServletWriter writer, java.lang.Class phase)
           
 
Methods inherited from class org.apache.jasper.compiler.GeneratorBase
generateCoordinates, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharDataGenerator

public CharDataGenerator(char[] chars)
Method Detail

generate

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


Copyright © 2000 Apache Software Foundation. All Rights Reserved.