Package org.melati.servlet

Package class diagram package org.melati.servlet
Servlet specific elements of Melati.

See:
          Description

Interface Summary
FormDataAdaptor An interface to the data portion of a MultipartFormField.
 

Class Summary
BaseFileFormDataAdaptor Common elements of uploading a file from an HTML form.
ConfigServlet Config Servlet is the simplest way to use Melati.
DefaultFileFormDataAdaptor The default way to save an uploaded file to disk.
DefaultFileFormDataAdaptorFactory Save the uploaded file to disk in a particular directory with a particular URL.
Form An object to hold useful static methods for manipulation of a Form in a ServletTemplateContext.
FormDataAdaptorFactory A way to implement policies about how to save uploaded files.
JspServlet This is a TOY and does not represent the proper way to use Melati as Melati was designed with a template engine in mind.
MemoryFormDataAdaptor Store the uploaded data in a byte array in memory.
MemoryFormDataAdaptorFactory Save uploaded files as a byte[] in memory.
MultipartFormDataDecoder Parses a multipart/form-data request into its different fields, saving any files it finds along the way.
MultipartFormField Holds information parsed from a multipart/form-data file upload.
PoemFileFormDataAdaptorFactory Save the uploaded file to disk in a particular directory which has a particular URL.
PoemServlet Base class to use Poem with Servlets.
PoemServletContextListener Close databases when servlet context is destroyed.
TemplateServlet Base class to use Melati with a Template Engine.
TemporaryFileFormDataAdaptor Save uploaded files in a temporary file which is deleted when the JVM exits.
TemporaryFileFormDataAdaptorFactory Create a FormDataAdaptor from a Melati and the MultipartFormField which was uploaded.
 

Exception Summary
FormDataAdaptorException Thrown when there is a problem with saving or reading an uploaded file.
InvalidUsageException Servlet was called with missing or invalid parameters.
PathInfoException Servlet was called with unexpected PathInfo.
TrappedException If we have to turn an exception into a runtime exception, we do it using a TrappedException.
 

Package org.melati.servlet Description

Servlet specific elements of Melati.



Copyright © 2000-2010 PanEris. All Rights Reserved.