Class WebTemplateTypeImpl
- java.lang.Object
-
- net.officefloor.web.template.type.WebTemplateTypeImpl
-
- All Implemented Interfaces:
WebTemplateType
public class WebTemplateTypeImpl extends java.lang.Object implements WebTemplateType
WebTemplateTypeimplementation.- 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 theWebTemplateOutputTypedefinitions for the outputs from theWebTemplateType.
-
-
-
Constructor Detail
-
WebTemplateTypeImpl
public WebTemplateTypeImpl(SectionType sectionType)
Instantiate.- Parameters:
sectionType-SectionTypeloaded from theWebTemplateSectionSource.
-
-
Method Detail
-
getWebTemplateOutputTypes
public WebTemplateOutputType[] getWebTemplateOutputTypes()
Description copied from interface:WebTemplateTypeObtains theWebTemplateOutputTypedefinitions for the outputs from theWebTemplateType.- Specified by:
getWebTemplateOutputTypesin interfaceWebTemplateType- Returns:
WebTemplateOutputTypedefinitions for the outputs from theWebTemplateType.
-
-