|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TemplateProcessor
Objects representing compiled templates must implement this interface.
| Nested Class Summary | |
|---|---|
static class |
TemplateProcessor.ExitStatus
Enumates the return values from a template processor. |
| Method Summary | |
|---|---|
TemplateProcessor.ExitStatus |
process(TemplateProcessorParameters p)
Processes the contents of this TemplateProcessor and
outputs the resulting text to a Writer. |
| Method Detail |
|---|
TemplateProcessor.ExitStatus process(TemplateProcessorParameters p)
throws java.io.IOException
TemplateProcessor and
outputs the resulting text to a Writer.
p - template processing parameters
java.io.IOException - an IO error occurred during processing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||