org.tp23.jasper.compiler
Interface  CommentGenerator
- All Known Implementing Classes: 
 - JakartaCommentGenerator
 
- public interface CommentGenerator
 
 
generateStartComment
public void generateStartComment(Generator generator,
                                 ServletWriter out,
                                 Mark start,
                                 Mark stop)
                          throws JasperException
- Generates "start-of the JSP-embedded code block" comment
- 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
- Parameters:
 out - The ServletWriterstart - Start position of the blockstop - End position of the block- Throws:
 JasperException -