Modifier and Type | Method and Description |
---|---|
void |
_jspService(HttpServletRequest request,
HttpServletResponse response)
Provide a service for a page.
|
jspDestroy, jspInit
destroy, getServletConfig, getServletInfo, init, service
void _jspService(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
request
- the request.response
- the response.ServletException
- thrown if there's some error.java.io.IOException
- thrown if there's an io problem.