Interface WebTemplateType
- All Known Implementing Classes:
WebTemplateTypeImpl
public interface WebTemplateType
Type definition of a WebTemplate.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theWebTemplateOutputTypedefinitions for the outputs from theWebTemplateType.
-
Method Details
-
getWebTemplateOutputTypes
WebTemplateOutputType[] getWebTemplateOutputTypes()Obtains theWebTemplateOutputTypedefinitions for the outputs from theWebTemplateType.- Returns:
WebTemplateOutputTypedefinitions for the outputs from theWebTemplateType.
-