Qore WebUtil Module Reference
1.1
|
▼CHttpServer::AbstractHttpRequestHandler [external] | |
▼CHttpServer::AbstractUrlHandler [external] | |
CWebUtil::FileHandler | This class serves files from the file system based on a root location |
▼CWebUtil::TemplateFileManager | This class manages templates based on files |
CWebUtil::FileHandler | This class serves files from the file system based on a root location |
▼CWebUtil::TextTemplateBase | This is the base class for all template Program container classes |
CWebUtil::FileTemplate | Manages a template resource that may need to be recompiled if the file is updated in the filesystem; used by WebUtil::TemplateFileManager |
CWebUtil::StaticTemplateManager | A container for holding static text templates (ie that do not change once created in the template manager) with mixed text and Qore code |