| 程序包 | 说明 |
|---|---|
| com.github.yongchristophertang.engine.web | |
| com.github.yongchristophertang.engine.web.response |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultActions |
ResultActions.andDo(ResultHandler handler)
Provide a general action.
|
ResultActions |
ResultActions.andExpect(ResultMatcher matcher)
Provide an expectation.
|
ResultActions |
WebTemplate.perform(RequestBuilder builder) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultResultActions
A default implementation of
ResultActions. |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultActions |
DefaultResultActions.andDo(ResultHandler handler)
Provide a general action.
|
ResultActions |
DefaultResultActions.andExpect(ResultMatcher matcher)
Provide an expectation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResultTransform<ResultActions> |
JsonResultTransformer.parse(String expression)
Parse the result into a sub part json via evaluation of expression.
|
Copyright © 2016. All rights reserved.