org.apache.jasper.compiler
Interface ServiceMethodPhase

All Known Implementing Classes:
CharDataGenerator, ExpressionGenerator, ForwardGenerator, GetPropertyGenerator, PluginGenerator, ScriptletGenerator, SetPropertyGenerator, TagBeginGenerator, TagEndGenerator, IncludeGenerator, BeanEndGenerator, StoredCharDataGenerator, BeanGenerator

public interface ServiceMethodPhase

If your generator needs to generate code into the jspService() method (which is very likely), it should implement this class.

Author:
Anil K. Vijendran



Copyright © 2001 Apache Software Foundation. All Rights Reserved.