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