![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cHttpScriptedController.h>
Inherits GrayLib::cHttpControllerFileDir.
Inherited by GrayX::cCmdHttpController.
Public Member Functions | |
cHttpScriptedController (cStringA sURLPrefix, cStringF sLocalDir, IScriptableObj *pRoot) | |
virtual | ~cHttpScriptedController () |
virtual HTTPRET_TYPE | OnVerb (cHttpProtocolStreamBase *pClient, const cHttpHeaderClient &request, cStringA sURLReq) override |
UNITTEST_FRIEND (cHttpScriptedController) | |
Public Attributes | |
IScriptableObj * | m_pRoot |
'Root' object to parse <?Root.STUFF?> in ".cshtml" files. More... | |
|
inline |
|
inlinevirtual |
|
overridevirtual |
Find and render the scripted page.
Reimplemented from GrayLib::cHttpController.
GrayLib::cHttpScriptedController::UNITTEST_FRIEND | ( | cHttpScriptedController | ) |
IScriptableObj* GrayLib::cHttpScriptedController::m_pRoot |
'Root' object to parse <?Root.STUFF?> in ".cshtml" files.