public class ChainerServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAM_SERVLET_PATHS
Deprecated.
chainer.pathlist: the name of the parameter that specifies the chained servlet path list.
|
Constructor and Description |
---|
ChainerServlet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Deprecated.
|
void |
init()
Deprecated.
Initialize the servlet chainer.
|
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
Handle a servlet request by chaining the configured list of servlets.
|
public static final java.lang.String PARAM_SERVLET_PATHS
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
service
in class javax.servlet.http.HttpServlet
req
- HttpServletRequestresp
- HttpServletResponsejavax.servlet.ServletException
java.io.IOException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet