|
Class Summary |
| JamesServlet |
JamesServlet is a adaptor class its used to extend the basic Servlet
to with the calls that where/are needed for 'James' servlets to provide
services not found in suns Servlet API. |
| JumpersFilter |
Redirects request based on information supplied by the jumpers builder. |
| performance |
Performance Servlet is used for 2 reasons as a basic Servlet test to see if
the install went oke (same as SimpleServlet) and to see how fast the JVM is
we are running on (very basic test). |
| remoteXML |
The remoteXML Servlet serves GET requests coming from remotebuilders
and POST requests coming both remotebuilders and mmservers. |
| servdb |
servdb handles binairy request (*.db) files for MMbase spaces as images (img.db)
realaudio (realaudio.db) but also xml (xml.db) and dtd's (dtd.db) with servscan
it provides the communication between the clients browser and the mmbase space. |
| servflash |
The Servflas servlet responds on certain file extensions to dynamically generate Shockwave Flash
based on a template and information from within MMBase
$ @version $Id: servflash.java,v 1.6.2.1 2002/03/21 16:37:31 johannes Exp $ |
| 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). |