Package net.officefloor.woof.template
Interface WoofTemplateExtensionSourceSpecification
-
public interface WoofTemplateExtensionSourceSpecification
Specification of theWoofTemplateExtensionSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WoofTemplateExtensionSourceProperty[]
getProperties()
Obtains the specification of the properties for theWoofTemplateExtensionSource
.
-
-
-
Method Detail
-
getProperties
WoofTemplateExtensionSourceProperty[] getProperties()
Obtains the specification of the properties for theWoofTemplateExtensionSource
.- Returns:
- Property specification.
-
-