|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.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.
| Fields inherited from class org.apache.jasper.compiler.GeneratorBase |
ctxt |
| Constructor Summary | |
MappedCharDataGenerator(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 |
public MappedCharDataGenerator(char[] chars)
| Method Detail |
public void generate(ServletWriter writer,
java.lang.Class phase)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||