org.apache.jasper.compiler
インタフェース CommentGenerator
- 既知の実装クラスの一覧:
- JakartaCommentGenerator
- public interface CommentGenerator
JSP Comment Generator
- 作成者:
- Mandar Raje [Patch submitted by Yury Kamen]
generateStartComment
public void generateStartComment(Generator generator,
ServletWriter out,
Mark start,
Mark stop)
throws JasperException
- Generates "start-of the JSP-embedded code block" comment
- パラメータ:
out
- The ServletWriterstart
- Start position of the blockstop
- End position of the block- 例外:
JasperException
-
generateEndComment
public void generateEndComment(Generator generator,
ServletWriter out,
Mark start,
Mark stop)
throws JasperException
- Generates "end-of the JSP-embedded code block" comment
- パラメータ:
out
- The ServletWriterstart
- Start position of the blockstop
- End position of the block- 例外:
JasperException
-
Copyright ? 2000 Apache Software Foundation. All Rights Reserved.