类的使用
cn.taketoday.web.ResponseStatusException
使用ResponseStatusException的程序包
程序包
说明
Web Handler
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
-
cn.taketoday.web中ResponseStatusException的使用
修饰符和类型类说明classclassException for errors that fit response status 405 (method not allowed).classException for errors that fit response status 406 (not acceptable).classException for errors that fit response status 415 (unsupported media type). -
cn.taketoday.web.handler中ResponseStatusException的使用
修饰符和类型方法说明protected ObjectResponseStatusExceptionHandler.resolveResponseStatusException(ResponseStatusException ex, RequestContext request, Object handler) Template method that handles anResponseStatusException. -
cn.taketoday.web.view中ResponseStatusException的使用