org.apache.jasper.compiler
Class JakartaCommentGenerator
java.lang.Object
|
+--org.apache.jasper.compiler.JakartaCommentGenerator
- public class JakartaCommentGenerator
- extends java.lang.Object
- implements CommentGenerator
Generates original "Jakarta"-style comments
- Author:
- Mandar Raje [patch submitted by Yury Kamen]
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 -
Copyright © 2000 Apache Software Foundation. All Rights Reserved.