예제 #1
0
 private void handleEnd() {
   try {
     setContext();
     currentRequest.handleEnd();
     currentRequest = null;
   } catch (Throwable t) {
     handleHandlerException(t);
   }
 }