org.apache.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



Copyright © 2000 Apache Software Foundation. All Rights Reserved.