Package lazyj.page

The template framework.

See: Description

Package lazyj.page Description

The template framework. BasePage is used to load a template from disk (or memory) and fill it with dynamic values. By default the parsed templates are cached, but you can explicitly disable this behavior (in the application development phase). Dynamic values can be processed by functions, that in the code are implementations of StringFormat. Please check the description of BasePage and the lazyj.page.tags package for more details.
Since:
1.0.0