|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
| MMBaseStarter | Used in combo with MMBaseStartThread, which uses the methods of this interface to inform its starter about the results. |
| Class Summary | |
| AttachmentServlet | Serves attachments. |
| BridgeServlet | BridgeServlet is an MMBaseServlet with a bridge Cloud in it. |
| BridgeServlet.QueryParts | Keeps track of determined information, to avoid redetermining it. |
| CharacterEncodingFilter | There's large simularity in the way data travels from and to a web server. |
| CharsetRemoverFilter | Makes sure that there is no charset on the content type of certain types. |
| HandleServlet | Base servlet for nodes with a 'handle' field. |
| ImageServlet | ImageServlet handles nodes as images. |
| JumpersFilter | Redirects request based on information supplied by the jumpers builder. |
| MMBaseServlet | MMBaseServlet is a base class for other MMBase servlets (like ImageServlet). |
| MMBaseStartThread | Seperate thread to init MMBase. |
| performance | Performance Servlet is used as a basic Servlet to test whether the installation of succeeded. |
MMBase is based on servlets. To start MMBase you have to have at least one servlet which extends MMBaseServlet. It could be MMBaseServlet itself (which can't do much by itself - it will give back the version only - but MMBase then is availabe in your JSP-pages).
The abstract 'BridgeServlet' can be used to base new servlets upon in which the MMBase 'cloud' is to be used.
A very normal servlet to have it a an image servlet. There are two now: ImageServlet and 'servdb'. The latter used to be the 'all purpose' MMBase servlet, but as soon as all purposes are migrated to stand alone, more clean, servlets this class will be deprecated.
There are also a few servlet presents in the package which are mere `test' or `demo' servlets.
Cloud
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||