public class StaticFileRequestHandler extends AbstractRequestHandler
| Constructor and Description |
|---|
StaticFileRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleRequest(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Possibly handle an incoming HttpServletRequest, much like a normal
HttpServlet, but includes a return value.
|
getAccessPointPath, getBeanName, getInternalPort, getMapParam, getMapParamOrEmpty, getRequiredMapParam, getServletContext, registerPortListener, setAccessPointPath, setBeanName, setInternalPort, setServletContext, translateRequestPath, translateRequestPathQuerypublic boolean handleRequest(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
throws javax.servlet.ServletException,
IOException
RequestHandlerhttpRequest - the incoming HttpServletRequesthttpResponse - the HttpServletResponse to return data to the client.javax.servlet.ServletException - for usual reasons.IOException - for usual reasons.Copyright © 2005–2015 IIPC. All rights reserved.