JSPTemplates

org.tp23.jasper.compiler
Interface ServiceMethodPhase

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

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, Paul Hinds


JSPTemplates