Interface WebTemplateLoader
- All Superinterfaces:
WebTemplateFactory
- All Known Implementing Classes:
WebTemplateLoaderImpl
Loads the type for the
WebTemplate.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionloadWebTemplateType(WebTemplate template) Loads theWebTemplateTypefor theWebTemplate.Methods inherited from interface net.officefloor.web.template.build.WebTemplateFactory
addTemplate, addTemplate
-
Method Details
-
loadWebTemplateType
Loads theWebTemplateTypefor theWebTemplate.- Parameters:
template- ConfiguredWebTemplateto provide the type information.- Returns:
WebTemplateTypefor theWebTemplate.
-