Package | Description |
---|---|
javax.servlet | |
javax.servlet.http | |
winstone | |
winstone.invoker |
Modifier and Type | Class and Description |
---|---|
class |
GenericServlet
The base class from which all servlets extend.
|
Modifier and Type | Method and Description |
---|---|
ServletConfig |
Servlet.getServletConfig() |
ServletConfig |
GenericServlet.getServletConfig() |
Modifier and Type | Method and Description |
---|---|
void |
Servlet.init(ServletConfig config) |
void |
GenericServlet.init(ServletConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
HttpServlet
Base class for http servlets
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorServlet
A simple servlet that writes out the body of the error
|
class |
ServletConfiguration
This is the one that keeps a specific servlet instance's config, as well as
holding the instance itself.
|
class |
StaticResourceServlet
Servlet to handle static resources.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticResourceServlet.init(ServletConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
InvokerServlet
If a URI matches a servlet class name, mount an instance of that servlet, and
try to process the request using that servlet.
|
Modifier and Type | Method and Description |
---|---|
void |
InvokerServlet.init(ServletConfig config)
Set up a blank map of servlet configuration instances
|
Copyright © 2014. All Rights Reserved.