Package org.mmbase.servlet

MMBase is based on servlets.

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 Base servlet for nodes with a 'handle' field.
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.
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).
 

Package org.mmbase.servlet Description

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.

Since:
MMBase-1.0
See Also:
org.mmbase.bridge


MMBase build 1.7.1.20041002