类 MockMvcResultHandlers.LoggingResultHandler
java.lang.Object
cn.taketoday.test.web.servlet.result.MockMvcResultHandlers.LoggingResultHandler
- 所有已实现的接口:
ResultHandler
private static class MockMvcResultHandlers.LoggingResultHandler
extends Object
implements ResultHandler
A
ResultHandler that logs MvcResult details at
DEBUG level via Apache Commons Logging.
Delegates to a MockMvcResultHandlers.PrintWriterPrintingResultHandler for
building the log message.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
LoggingResultHandler
private LoggingResultHandler()
-
-
方法详细资料
-
handle
从接口复制的说明:ResultHandlerPerform an action on the given result.- 指定者:
handle在接口中ResultHandler- 参数:
result- the result of the executed request- 抛出:
Exception- if a failure occurs
-