|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateStrategy<B extends TemplateBlock>
A strategy for using template output.
| Method Summary | |
|---|---|
void |
invoke(B block,
TemplateOutput<B> output,
TemplateModel model)
Invoke the strategy on a template block with the specified output, given a model. |
| Method Detail |
|---|
void invoke(B block,
TemplateOutput<B> output,
TemplateModel model)
throws java.io.IOException,
TemplateException
block - The template block.output - The output.model - The data model.
java.io.IOException
TemplateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||