| 程序包 | 说明 |
|---|---|
| com.github.yongchristophertang.engine.web | |
| com.github.yongchristophertang.engine.web.response |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpResult |
ResultActions.andReturn()
Return the result of the executed request for direct access to the results.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ResultHandler.handle(HttpResult result)
Apply the action on the given result.
|
void |
ResultMatcher.match(HttpResult result)
Assert the result of an executed request.
|
T |
ResultTransform.transform(HttpResult httpResult)
Transform
HttpResult to a T instance. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultHttpResult
A default implementation for
HttpResult. |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpResult |
DefaultResultActions.andReturn()
Return the result of the executed request for direct access to the results.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PrintResultHandler.handle(HttpResult result)
Print the given result to log system.
|
| 构造器和说明 |
|---|
DefaultHttpResult(HttpResult httpResult)
Build an instance of
HttpResult from an existing one. |
DefaultResultActions(HttpResult httpResult) |
Copyright © 2016. All rights reserved.