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 |
---|---|
Servlet |
UnavailableException.getServlet()
Deprecated.
As of Java Servlet API 2.2, with no replacement. Returns the
servlet that is reporting its unavailability.
|
Servlet |
ServletContext.getServlet(java.lang.String name)
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
|
Constructor and Description |
---|
UnavailableException(int seconds,
Servlet servlet,
java.lang.String msg)
Deprecated.
As of Java Servlet API 2.2, use UnavailableException(String,
int) instead.
|
UnavailableException(Servlet servlet,
java.lang.String msg)
Deprecated.
As of Java Servlet API 2.2, use UnavailableException(String)
instead.
|
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 |
StaticResourceServlet
Servlet to handle static resources.
|
Modifier and Type | Method and Description |
---|---|
Servlet |
WebAppConfiguration.getServlet(java.lang.String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServletConfiguration.setUnavailable(Servlet unavailableServlet) |
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.
|
Copyright © 2014. All Rights Reserved.