Method Summary |
|
abstract public ConcreteElement | buildTemplate(RunData data) This Builds the WebMacro/FreeMarker/etc template.
Parameters: data - Turbine information. |
protected ConcreteElement | doBuild(RunData data) Calls doBuildTemplate() and then buildTemplate().
Parameters: data - Turbine information. |
abstract protected void | doBuildTemplate(RunData data) WebMacro Navigations extending this class should overide this
method to perform any particular business logic and add
information to the context. |