Class WebTemplateTypeImpl
- java.lang.Object
-
- net.officefloor.web.template.type.WebTemplateTypeImpl
-
- All Implemented Interfaces:
WebTemplateType
public class WebTemplateTypeImpl extends java.lang.Object implements WebTemplateType
WebTemplateType
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description WebTemplateTypeImpl(SectionType sectionType)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebTemplateOutputType[]
getWebTemplateOutputTypes()
Obtains theWebTemplateOutputType
definitions for the outputs from theWebTemplateType
.
-
-
-
Constructor Detail
-
WebTemplateTypeImpl
public WebTemplateTypeImpl(SectionType sectionType)
Instantiate.- Parameters:
sectionType
-SectionType
loaded from theWebTemplateSectionSource
.
-
-
Method Detail
-
getWebTemplateOutputTypes
public WebTemplateOutputType[] getWebTemplateOutputTypes()
Description copied from interface:WebTemplateType
Obtains theWebTemplateOutputType
definitions for the outputs from theWebTemplateType
.- Specified by:
getWebTemplateOutputTypes
in interfaceWebTemplateType
- Returns:
WebTemplateOutputType
definitions for the outputs from theWebTemplateType
.
-
-