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

Class ProductWeb



            BaseWeb.BaseWeb --+    
                              |    
BaseReactionWeb.BaseReactionWeb --+
                                  |
                                 ProductWeb

Instance Methods [hide private]
 
__init__(self)
Constructor.
 
action_preloadReactionSteps(self)
See if the reaction_synthesis_id parameter has been specified.
 
generateRandomSynthesis(self)
 
analyzeSynthesis(self)
Analyze the loaded or generated synthesis for starting materials used and multiple / isomeric product mixtures.
 
action_default(self)
Load up or generate a reaction synthesis pathway, then present the target product and link to the solution.

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

Static Methods [hide private]

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

Class Variables [hide private]
  reactionSteps = <CHEM.DB.rdb.search.NameRxnPatternMatchingMode...

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. Be sure the subclasses call this method in their own __init__!
Overrides: BaseReactionWeb.BaseReactionWeb.__init__
(inherited documentation)

action_preloadReactionSteps(self)

 
See if the reaction_synthesis_id parameter has been specified. If so, load the synthesis steps from the database for rendering.

Class Variable Details [hide private]

reactionSteps

Value:
None