This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Data collector
Alexanderius edited this page Jun 29, 2019
·
3 revisions
DataCollector
is a class which combines all HTML page data together.
- All user controllers should put HTML data to it;
- When a page build starts, the master template will be loaded, data from
DataCollector
will be inserted to it and sent to client; - It is recommended to use respective
Tpl
,StaticTpl
controller responses instead ofDataCollector
directly.
- Getting Started
- Main Simplify.Web principles
- Simplify.Web controllers
- Simplify.Web views
- Simplify.Web templates
- Simplify.Web configuration
- Templates variables
- Static content
- Template factory
- Data collector
- String table
- File reader
- Web context
- Environment
- Language manager
- Redirector
- HTML