Class WebTemplateLoaderUtil
- java.lang.Object
-
- net.officefloor.web.template.type.WebTemplateLoaderUtil
-
public class WebTemplateLoaderUtil extends java.lang.Object
Utility class for testing theWebTemplate
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description WebTemplateLoaderUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SectionDesigner
createSectionDesigner()
Creates theSectionDesigner
to create the expected type.static void
validateWebTemplateType(SectionDesigner designer, WebTemplateType actualType)
Validates theWebTemplateType
.
-
-
-
Method Detail
-
createSectionDesigner
public static SectionDesigner createSectionDesigner()
Creates theSectionDesigner
to create the expected type.- Returns:
SectionDesigner
.
-
validateWebTemplateType
public static void validateWebTemplateType(SectionDesigner designer, WebTemplateType actualType)
Validates theWebTemplateType
.- Parameters:
designer
-SectionDesigner
containing the expected type.actualType
- ActualWebTemplateType
to validate.
-
-