render
void render(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException,
javax.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
javax.servlet.ServletException
- if servlet error occurred
javax.ws.rs.WebApplicationException
- if application error occurred