|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
See:
Description
| Class Summary | |
| AttachmentServlet | Serves attachments. |
| BridgeServlet | BridgeServlet is an MMBaseServlet with a bridge Cloud in it. |
| CharacterEncodingFilter | There's large simularity in the way data travels from and to a web server. |
| HandleServlet | As AttachmentServlet, but the mime-type is always application/x-binary, forcing the browser to download. |
| ImageServlet | ImageServlet handles nodes as images. |
| JamesServlet | JamesServlet is a adaptor class. |
| JumpersFilter | Redirects request based on information supplied by the jumpers builder. |
| MMBaseServlet | MMBaseServlet is a base class for other MMBase servlets (like ImageServlet). |
| performance | Performance Servlet is used as a basic Servlet to test whether the installation of succeeded. |
| remoteXML | The remoteXML Servlet serves GET requests coming from remotebuilders and POST requests coming both remotebuilders and mmservers. |
| servdb | Deprecated. use ImageServlet or AttachmentServlet instead |
| servflash | The Servflas servlet responds on certain file extensions to dynamically generate Shockwave Flash based on a template and information from within MMBase |
| servjumpers | Servjumpers filters all url's to see if it has a jumper (specified in the jumpers builder). |
| servscan | servscan is the 'extended html language' (parsing *.shtml) provided for MMbase its a system like php3, asp or jsp but has its roots providing a simpler toolset for Interaction designers and gfx designers. |
| SimpleFormToMailServlet | Post Servlet a example of how to use different Post methods This servlet will mail a form to a (set of) specified user(s). |
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.
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||