org.apache.jasper.compiler
Class DeclarationGenerator

java.lang.Object
  |
  +--org.apache.jasper.compiler.GeneratorBase
        |
        +--org.apache.jasper.compiler.DeclarationGenerator

public class DeclarationGenerator
extends org.apache.jasper.compiler.GeneratorBase
implements ClassDeclarationPhase

Generator to deal with JSP declarations. Stuff that goes in between <%! and %>

Author:
Anil K. Vijendran

Fields inherited from class org.apache.jasper.compiler.GeneratorBase
ctxt
 
Constructor Summary
DeclarationGenerator(char[] chars)
           
 
Method Summary
 void generate(ServletWriter writer, java.lang.Class phase)
           
 
Methods inherited from class org.apache.jasper.compiler.GeneratorBase
generateCoordinates, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclarationGenerator

public DeclarationGenerator(char[] chars)
Method Detail

generate

public void generate(ServletWriter writer,
                     java.lang.Class phase)


Copyright © 2000 Apache Software Foundation. All Rights Reserved.