Package lazyj.page

The template framework.

See:
          Description

Interface Summary
Page Very simplistic definition of a page.
StringFormat Interface that any string formatting class able to process BasePage tag options must implement.
TemplatePage  
 

Class Summary
BasePage Base class for the HTML templates.
Module Any dynamic module that can be called by the BasePage to show some dynamic content must extend this class.
ModulePage Wrapper class for HTML templates loaded from modules.
 

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