-
-
Notifications
You must be signed in to change notification settings - Fork 10
Data collector
Alexanderius edited this page Jul 3, 2025
·
3 revisions
DataCollector
is a class that aggregates all the data for an HTML page during the page construction stage.
- All user controllers must put HTML data into it.
- When page construction starts, the master template is loaded, data from the
DataCollector
is inserted into it, and the result is sent to the client. - It is recommended to use the respective
Tpl
orStaticTpl
controller responses instead of usingDataCollector
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