类的使用
cn.taketoday.web.handler.AbstractHandlerExceptionHandler
-
cn.taketoday.web.handler中AbstractHandlerExceptionHandler的使用
修饰符和类型类说明classAbstract base class forHandlerExceptionHandlerimplementations that support handling exceptions from handlers of typeActionMappingAnnotationHandler.classAHandlerExceptionHandlerthat uses the@ResponseStatusannotation to map exceptions to HTTP status codes.classwrite 'classpath:error/xxx.png' for RenderedImageclassThe default implementation of theHandlerExceptionHandlerinterface, resolving standard Framework MVC exceptions and translating them to corresponding HTTP status codes.classHandlerExceptionHandlerimplementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherHandler. -
cn.taketoday.web.handler.method中AbstractHandlerExceptionHandler的使用