Qore WebUtil Module Reference
1.1
|
▼NWebUtil | WebUtil namespace contains all the objects in the WebUtil module |
CFileHandler | This class serves files from the file system based on a root location |
CFileTemplate | Manages a template resource that may need to be recompiled if the file is updated in the filesystem; used by WebUtil::TemplateFileManager |
CStaticTemplateManager | A container for holding static text templates (ie that do not change once created in the template manager) with mixed text and Qore code |
CTemplateFileManager | This class manages templates based on files |
CTextTemplateBase | This is the base class for all template Program container classes |