Advanced web application development with actions and templates
uses |
||
|
Basic HTTP protocol declarations and classes |
|
|
HTTP request handling for web servers |
|
|
Simple template parsing mechanism. |
The fpWeb unit provides HTML-oriented functionality for web application development. It extends the basic HTTP functionality with support for web actions, template processing, and structured web modules.
This unit introduces the concept of web actions which allow mapping of URL patterns to specific handlers. It also provides template support for dynamic content generation and a complete web module framework for building complex web applications.