Class WebTemplateLoaderUtil
- java.lang.Object
-
- net.officefloor.web.template.type.WebTemplateLoaderUtil
-
public class WebTemplateLoaderUtil extends java.lang.ObjectUtility 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 SectionDesignercreateSectionDesigner()Creates theSectionDesignerto create the expected type.static voidvalidateWebTemplateType(SectionDesigner designer, WebTemplateType actualType)Validates theWebTemplateType.
-
-
-
Method Detail
-
createSectionDesigner
public static SectionDesigner createSectionDesigner()
Creates theSectionDesignerto create the expected type.- Returns:
SectionDesigner.
-
validateWebTemplateType
public static void validateWebTemplateType(SectionDesigner designer, WebTemplateType actualType)
Validates theWebTemplateType.- Parameters:
designer-SectionDesignercontaining the expected type.actualType- ActualWebTemplateTypeto validate.
-
-