public interface IRequestHandler
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object args)
Handle the request.
|
void handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object args) throws java.lang.Exception
request
- The request.response
- The response.args
- Container specific args.java.lang.Exception