Protected
Readonly
_fileProtected
Readonly
_templateProtected
Readonly
_templateProtected
getRetrieves the title of a template page in the specified language.
An object containing language-specific titles.
The language identifier for the title. Defaults to "en", if not provided.
The page title in the specified language, or the first available language if not found.
This method is responsible for the population of the application layer template for instance creation capability. When all dependencies needed by template (@see {CreateInstanceCapabilityAppLayerTemplate} for more details) are populated, the template renderer is invoked to generate the resulting code.
The promise which results to a LayerArtifact
instance - the application layer code of the instance creation capability.
CreateInstanceAppLayerTemplateProcessor
class is responsible for generating the application layer using template approach for instance creation capability. This class provides specific logic for the generation of template and dependencies needed for the application layer of the creation capability of the generated application.Template: CreateInstanceCapabilityAppLayerTemplate
The type of the creation capability application layer template model.