org.tp23.jasper.compiler
Class JakartaCommentGenerator
java.lang.Object
|
+--org.tp23.jasper.compiler.JakartaCommentGenerator
- All Implemented Interfaces:
- CommentGenerator
- public class JakartaCommentGenerator
- extends java.lang.Object
- implements CommentGenerator
Generates original "Jakarta"-style comments
- Author:
- Mandar Raje [patch submitted by Yury Kamen], Paul Hinds
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JakartaCommentGenerator
public JakartaCommentGenerator()
generateStartComment
public void generateStartComment(Generator generator,
ServletWriter out,
Mark start,
Mark stop)
throws JasperException
- Generates "start-of the JSP-embedded code block" comment
- Specified by:
generateStartComment
in interface CommentGenerator
- Parameters:
out
- The ServletWriterstart
- Start position of the blockstop
- End position of the block- Throws:
JasperException
-
generateEndComment
public void generateEndComment(Generator generator,
ServletWriter out,
Mark start,
Mark stop)
throws JasperException
- Generates "end-of the JSP-embedded code block" comment
- Specified by:
generateEndComment
in interface CommentGenerator
- Parameters:
out
- The ServletWriterstart
- Start position of the blockstop
- End position of the block- Throws:
JasperException
-