-
-
Notifications
You must be signed in to change notification settings - Fork 10
Data collector
Alexanderius edited this page Feb 7, 2024
·
2 revisions
DataCollector
is a class that combines all the data of an HTML page in the page construction stage together.
- All user controllers must put HTML data in it;
- When the page construction starts, the master template will be loaded, data from the
DataCollector
will be inserted into it and sent to the client; - It is recommended to use the 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
- Dynamic environment
- Language manager
- Redirector
- HTML