| Trees | Index | Help |
|
|---|
| Module ajaxstub |
|
| Function Summary | |
|---|---|
Return a dictionary of the examples used in this page. | |
Get the server's URL and add the port if it is not port 80. | |
Dump the remaining HTML to standard out. | |
Dump the header et at. | |
Dump the JavaScript to standard out. | |
Return the results of choosing the 'Login Example'. | |
Return the results of choosing the 'Prime Number Example'. | |
Return the results of validating the username and password. | |
Return the results of validating the username. | |
cgi,
datetime,
os,
re,
simplejson,
sys,
time,
traceback,
types
AjaxStub,
AjaxStubDispatch,
PublicAPI,
StringIO,
StubContainer
AjaxStubException
regex
| Function Details |
|---|
getExamples()Return a dictionary of the examples used in this page. The key becomes the option's text property and the value becomes the value property.
|
getURL(scriptName=None)Get the server's URL and add the port if it is not port 80. IfscriptName is not None add it to the URL else
add this script to the URL.
|
htmlEnd()Dump the remaining HTML to standard out. |
htmlStart()Dump the header et at. to the page. |
javascript(script=None)Dump the JavaScript to standard out.
|
login()Return the results of choosing the 'Login Example'.
|
primeNumbers()Return the results of choosing the 'Prime Number Example'.
|
submit(name, pswd)Return the results of validating the username and password.
|
username(name)Return the results of validating the username.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Aug 3 23:25:20 2007 | http://epydoc.sf.net |