org.apache.jasper.compiler
Interface ServiceMethodPhase

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

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.