public interface PreviewRequestPlugin
Stores web application. If the plug-in handles the request then the
request will not be forwarded on to the Stores web application.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext)
This method handles the HTTP request.
|
static final java.lang.String COPYRIGHT
boolean handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext)
throws javax.servlet.ServletException,
java.io.IOException
request - The HTTP request object.response - The HTTP response object.servletContext - The servlet context of the servlet calling the plug-in.javax.servlet.ServletException - A problem occurred when modifying the response
object.java.io.IOException - A problem occurred while writing the response in the
response object.