|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jasper.compiler.GeneratorBase
org.apache.jasper.compiler.CharDataGenerator
org.apache.jasper.compiler.MappedCharDataGenerator
CharDataGenerator generates the character data present in the JSP file. Typically this is HTML which lands up as strings in out.println(...). This generator will print the HTML line-by-line. This is a feature desired by lots of tool vendors.
Field Summary |
Fields inherited from class org.apache.jasper.compiler.CharDataGenerator |
ctxt |
Constructor Summary | |
MappedCharDataGenerator(char[] chars)
|
Method Summary | |
void |
generate(ServletWriter writer,
java.lang.Class phase)
|
Methods inherited from class org.apache.jasper.compiler.CharDataGenerator |
generateCoordinates, init, writeChar |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MappedCharDataGenerator(char[] chars)
Method Detail |
public void generate(ServletWriter writer, java.lang.Class phase)
generate
in interface Generator
generate
in class CharDataGenerator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |