org.apache.jasper.compiler
Interface ServiceMethodPhase

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

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 © 2000 Apache Software Foundation. All Rights Reserved.