public class ScreenLoaderServlet
project.ui: $webRoot/commonUI,$webRoot/userScreenIf a screen file is not found, a warning is logged and nothing is returned
Modifier and Type | Method and Description |
---|---|
void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Servlet entry point to process the request.
|
public void processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
request
- HttpServletRequest
object that contains the request
the client has made of the servlet.response
- HttpServletResponse
object that contains the response
the servlet sends to the client.javax.servlet.ServletException
- if the request could not be handled.java.io.IOException
- if an input or output error is detected when the servlet handles request.