Interface WebTemplateType
-
- All Known Implementing Classes:
WebTemplateTypeImpl
public interface WebTemplateTypeType definitionof aWebTemplate.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebTemplateOutputType[]getWebTemplateOutputTypes()Obtains theWebTemplateOutputTypedefinitions for the outputs from theWebTemplateType.
-
-
-
Method Detail
-
getWebTemplateOutputTypes
WebTemplateOutputType[] getWebTemplateOutputTypes()
Obtains theWebTemplateOutputTypedefinitions for the outputs from theWebTemplateType.- Returns:
WebTemplateOutputTypedefinitions for the outputs from theWebTemplateType.
-
-