Abstract
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.
Abstract
processMethod to be implemented by specific template consumers; within this method the specific generator will populate the template and invoke the template renderer to generate an artifact.
Abstract class which acts as a base for application layer generators. This class provides a method to generate an application layer using template approach. It ensures that the required dependencies are provided in the context before invoking the specific template generator for the given capability.
Implements
ApplicationLayerGenerator