![]() |
Qore WebUtil Module Reference 1.7
|
this is the base class for all template Program container classes More...
#include <WebUtil.qm.dox.h>
Public Member Methods | |
| constructor (int po=DefaultProgramOptions) | |
| sets up the object | |
| Program | getProgram () |
| returns the contained Program object | |
Private Attributes | |
| Program | p |
| Holds the template generation function. | |
Additional Inherited Members | |
Static Public Member Methods inherited from WebUtil::StaticTextTemplateBase | |
| static string | add (Qore::Program p, string fn, string name, string src) |
| adds a template function to a template Program object | |
| static string | getContentType (string name) |
| returns the content type from the file name, ignores any leading "q" in the extensions, assuming a template | |
Public Attributes inherited from WebUtil::StaticTextTemplateBase | |
| const | DefaultProgramOptions = ... |
| default parse options for template Programs | |
Static Private Member Methods inherited from WebUtil::StaticTextTemplateBase | |
| static bool | doBlock (string end, reference< string > src, string type, reference< int > i, reference< list< hash > > l) |
| a helper method used in parsing | |
| static string | getCode (bool bare_refs, string fmt,...) |
| a helper method that strips dollar signs from code when PO_ALLOW_BARE_REFS is set in the template program | |
this is the base class for all template Program container classes