Module ringo/webapp
Functions
- getConfig(configModuleName)
- handleRequest(req)
- main(path)
getConfig (configModuleName)
Try to load the configuration module.
Parameters
| configModuleName | optional module name, default is 'config' |
handleRequest (req)
Handler function called by the JSGI servlet.
Parameters
| req | the JSGI 0.3 request object |
main (path)
Main webapp startup function.
Parameters
| String | path | optional path to the web application directory or config module. |
