#include "pages.h"Go to the source code of this file.
Functions | |
| WebRequestHandler * | create_web_request_handler (String page) |
| Chooses and creates the appropriate handler for processing the request. | |
Definition in file pages.cc.
| WebRequestHandler* create_web_request_handler | ( | zmm::String | page | ) |
Chooses and creates the appropriate handler for processing the request.
| page | identifies what type of the request we are dealing with. |
Definition at line 40 of file pages.cc.
References _, and _Exception.
Referenced by create_request_handler().
1.6.1