render
void render(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response)
throws IOException,
jakarta.servlet.ServletException,
jakarta.ws.rs.WebApplicationException
Called to do the actual work of rendering a view. Note that while ServletException
can be thrown, WebApplicationException is preferred.
- Parameters:
request - http request
response - http response
- Throws:
IOException - if I/O error occurred
jakarta.servlet.ServletException - if servlet error occurred
jakarta.ws.rs.WebApplicationException - if application error occurred