Class Summary |
DefaultServlet |
A very basic servlet.... |
LocoRequestDispatcher |
Performs all the required functions for forwarding or including
a request for the present request |
LocoServlet |
The LocoServlet class is a Servlet class you can use as
a superclass for Servlets you're writing to use with the Locomotive. |
LocoServletConfig |
|
LocoServletContext |
This class is instantiated for each servlet that the Locomotive initializes. |
LocoServletRequest |
The Locomotive Servlet Request class provides all the methods in
ServletRequest and HttpServletRequest, and also provides a number
of useful attributes. |
LocoServletResponse |
The response class for the servlet interface provides us all the
methods required for both ServletResponses and HttpServletResponses. |
MultiThreadedLocoServlet |
The MultiThreadedLocoServlet class is a Servlet class you can subclass
if you want to write a servlet for use with the Locomotive (maybe one
that uses STEAM). |
ServletFactory |
This class is the Thread subclass that makes Servlets for another
Object (like ServletEntry or ServletPool) that needs new servlet
instances. |
ServletFactoryEvent |
Instances of this class are used by ServletFactory Threads to make
Servlet instances available to ServletEntry and to ServletPool. |
ServletPool |
Holds a pool of servlets. |
ServletRoutingTable |
This class controls servlet activity for a particular servlet routing
table. |
UnavailableServlet |
This servlet is invoked when a servlet being requested is currently
unavailable (temporarily or permanently). |
UnknownServlet |
This servlet is invoked when a url cannot be mapped to a Servlet by
the Locomotive. |