| Home >> All >> org >> mortbay >> [ servlet Javadoc ] |
org.mortbay.servlet: Javadoc index of package org.mortbay.servlet.
Package Samples:
org.mortbay.servlet
Classes:
CGI: CGI Servlet. The cgi bin directory can be set with the cgibinResourceBase init parameter or it will default to the resource base of the context. The "commandPrefix" init parameter may be used to set a prefix to all commands passed to exec. This can be used on systems that need assistance to execute a particular file type. For example on windows this can be set to "perl" so that perl scripts are executed. The "Path" init param is passed to the exec environment as PATH. Note: Must be run unpacked somewhere in the filesystem.
MultiPartRequest: Multipart Form Data request. This class decodes the multipart/form-data stream sent by a HTML form that uses a file input item. Usage Each part of the form data is named from the HTML form and is available either via getString(name) or getInputStream(name). Furthermore the MIME parameters and filename can be requested for each part.
Forward: Forward Servlet Request. This servlet can be configured with init parameters to use a RequestDispatcher to forward requests. The servlet path of a request is used to look for a initparameter of that name. If a parameter is found, it's value is used to get a RequestDispatcher.
AdminServlet: Jetty Administration Servlet. This is a minimal start to a administration servlet that allows start/stop of server components and control of debug parameters.
NotFoundServlet: Not Found Servlet. Utility servlet to protect a URI by always responding with 404.
MultiPartResponse: Handle a multipart MIME response.
RequestDispatchTest: Test Servlet RequestDispatcher.
SessionDump: Test Servlet Sessions.
Dump: Dump Servlet Request.
SendRedirect: Dump Servlet Request.
Debug
WelcomeFilter
| Home | Contact Us | Privacy Policy | Terms of Service |