|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplatingEngine
This interface is used to abstract access to templating engine used.
A class implementing this interface is expected to have a single public contructor adhering to the following convention:
- the single constructor should accepts no arguments or
- the single constructor should declare formal parameters using only the following types:
- javax.servlet.ServletConfig
- com.acciente.induction.init.config.Config.Templating
| Method Summary | |
|---|---|
void |
process(Template oTemplate,
Writer oWriter)
This method is used to process a template via this instance of the templating engine |
| Method Detail |
|---|
void process(Template oTemplate,
Writer oWriter)
throws TemplatingEngineException,
IOException
oTemplate - the template object to process
TemplatingEngineException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||