org.mortbay.servlet |
|
Java Source File Name | Type | Comment |
CGI.java | Class | 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. |
MultiPartFilter.java | Class | Multipart Form Data Filter.
This class decodes the multipart/form-data stream sent by a HTML form that uses a file input
item. |
NoJspServlet.java | Class | |
ProxyServlet.java | Class | EXPERIMENTAL Proxy servlet. |
ThrottlingFilter.java | Class | This filter protects a web application from having to handle an unmanageable load. |
WelcomeFilter.java | Class | Welcome Filter
This filter can be used to server an index file for a directory
when no index file actually exists (thus the web.xml mechanism does
not work).
This filter will dispatch requests to a directory (URLs ending with /)
to the welcome URL determined by the "welcome" init parameter. |