JSPTemplates

org.tp23.jasper.compiler
Interface FileDeclarationPhase


public interface FileDeclarationPhase

If a generator wants to output stuff at "file scope" in the generated servlet class, it should implement this interface. The code would go outside the class body. (For example non-public support classes can be generated this way)

Author:
Anil K. Vijendran, Paul Hinds


JSPTemplates