Abstract
Specific template model.
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 provides a way to consume templates. This is used mostly by different generators responsible for populating the source code templates with appropriate values.
See
for more details.