org.apache.jasper.compiler
public class: DeclarationGenerator [javadoc |
source]
java.lang.Object
org.apache.jasper.compiler.GeneratorBase
org.apache.jasper.compiler.DeclarationGenerator
All Implemented Interfaces:
ClassDeclarationPhase, Generator
Generator to deal with JSP declarations. Stuff that goes in between
<%! and %>
- author:
Anil - K. Vijendran
| Field Summary |
|---|
| char[] | chars | |
| Method from org.apache.jasper.compiler.DeclarationGenerator Summary: |
|---|
|
generate |
| Method from org.apache.jasper.compiler.DeclarationGenerator Detail: |
public void generate(ServletWriter writer,
Class phase) {
writer.printMultiLn(new String(JspUtil.removeQuotes(chars)));
}
|