Esempio n. 1
0
 public void handleWithException(IHttpRequest req, IMutableHttpResponse resp)
     throws HandlerException {
   if (!resp.isHandled()) throw new HandlerException("Unhandled request.", 404);
 }