The global application instance.
Get the UniversalPath to the base directory where views are loaded from.
Get the global Application.
Get the global Container.
Get the method with the given name from this class, bound to this class.
function
Get the file extension of template files of this engine.
Get the global variables that should be passed to every view rendered.
Call the make()
method on the global container.
Register a new factory that produces a global available in the templates by default.
Register a path as a root for rendering views prefixed with the given namespace.
Given the canonical name of a template file, render the file using the provided variables.
Given a template string and a set of variables for the view, render the string to HTML and return it.
Given the name of a template, get a UniversalPath to the root of the tree where that template resides.
Given the name of a template, get a UniversalPath pointing to its file.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Abstract base class for rendering views via different view engines.