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

Class IsomerDownloadWeb



BaseWeb.BaseWeb --+
                  |
                 IsomerDownloadWeb

Instance Methods [hide private]
 
__init__(self)
Constructor.
 
action_prepareIsomers(self)
Download the isomers under the specified chemical SMILES strings.
 
action_prepareChemicals(self)
Download the chemicals without 3D structor isomeric configuration information.
 
response(self)
Override usual behavior of html template output.

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)

action_prepareIsomers(self)

 
Download the isomers under the specified chemical SMILES strings. Include derived molecular descriptors.

action_prepareChemicals(self)

 
Download the chemicals without 3D structor isomeric configuration information. If downloaded in SDF format, will include source annotations.

response(self)

 
Override usual behavior of html template output. Output download contents as file stream.
Overrides: BaseWeb.BaseWeb.response