Interface WebTemplateArchitect
-
- All Superinterfaces:
WebTemplateFactory
- All Known Implementing Classes:
WebTemplateArchitectEmployer
public interface WebTemplateArchitect extends WebTemplateFactory
Architect to create web templates.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
informWebArchitect()
Informs theWebArchitect
of the templates.-
Methods inherited from interface net.officefloor.web.template.build.WebTemplateFactory
addTemplate, addTemplate
-
-
-
-
Method Detail
-
informWebArchitect
void informWebArchitect()
Informs theWebArchitect
of the templates. This is to be invoked once all templates are configured.
-
-