JSPTemplates

org.tp23.jasper.compiler
Interface ClassDeclarationPhase

All Known Implementing Classes:
DeclarationGenerator, BeanGenerator, StoredCharDataGenerator

public interface ClassDeclarationPhase

When a generator implements ClassDeclarationPhase, its generate method will only be invoked while generating the servlet's class body and not during the service method phase.

Author:
Anil K. Vijendran, Paul Hinds


JSPTemplates