Package CHEM :: Package Web :: Package cgibin :: Module AdminIndex :: Class AdminIndex
[hide private]
[frames] | no frames]

Class AdminIndex



BaseWeb.BaseWeb --+
                  |
                 AdminIndex

Instance Methods [hide private]
 
__init__(self)
Constructor.
 
response(self)
Disable the page for users unless they know how to access it.

Inherited from BaseWeb.BaseWeb: action_uploadFiles, addHandler, clearHandlers, errorResponse, getTemplateFilename, handleRequest, maintainParams, optionTagsFromField, optionTagsFromList, printTemplate, replaceWhitespace, setTemplateFilename

Static Methods [hide private]

Inherited from BaseWeb.BaseWeb: javascriptString, quoteFilepath, quoteSmiles, unquoteSmiles

Class Variables [hide private]

Inherited from BaseWeb.BaseWeb: FILE_FIELD_SUFFIX, OPTIONS_FIELD_SUFFIX, OPTION_TAG, SELECT_FIELD_SUFFIX, TEMPLATE_SUFFIX, UPLOAD_FILE_CMD, disableResponse, mForm, mHandlers, mTemplateDict, mTemplateFilename, req, requestData

Method Details [hide private]

__init__(self)
(Constructor)

 
Constructor. Just some initializations such as addition of default mTemplateDict values and command handlers (e.g. File uploads). Be sure the subclasses call this method in their own __init__!
Overrides: BaseWeb.BaseWeb.__init__
(inherited documentation)

response(self)

 
Disable the page for users unless they know how to access it.
Overrides: BaseWeb.BaseWeb.response