The Python API consists of four classes.
- AjaxStubException
- Catch this exception when using AjaxStub.
- StubContainer
- This class subclasses the Python dict object and
is used as a container object for the stub objects.
- AjaxStubDispatch
- This is the base class for AjaxStub and does
all the dispatching of data to your web page.
- AjaxStub
- This is the class where almost everything happens.
Carl J. Nobile
2007-08-02