|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletConfig | |
---|---|
javax.servlet | |
javax.servlet.http | |
winstone | |
winstone.invoker |
Uses of ServletConfig in javax.servlet |
---|
Classes in javax.servlet that implement ServletConfig | |
---|---|
class |
GenericServlet
The base class from which all servlets extend. |
Methods in javax.servlet that return ServletConfig | |
---|---|
ServletConfig |
Servlet.getServletConfig()
|
ServletConfig |
GenericServlet.getServletConfig()
|
Methods in javax.servlet with parameters of type ServletConfig | |
---|---|
void |
Servlet.init(ServletConfig config)
|
void |
GenericServlet.init(ServletConfig config)
|
Uses of ServletConfig in javax.servlet.http |
---|
Classes in javax.servlet.http that implement ServletConfig | |
---|---|
class |
HttpServlet
Base class for http servlets |
Uses of ServletConfig in winstone |
---|
Classes in winstone that implement ServletConfig | |
---|---|
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. |
Methods in winstone with parameters of type ServletConfig | |
---|---|
void |
StaticResourceServlet.init(ServletConfig config)
|
Uses of ServletConfig in winstone.invoker |
---|
Classes in winstone.invoker that implement ServletConfig | |
---|---|
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. |
Methods in winstone.invoker with parameters of type ServletConfig | |
---|---|
void |
InvokerServlet.init(ServletConfig config)
Set up a blank map of servlet configuration instances |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |