| Package | Description |
|---|---|
| net.csdn.modules.http | |
| net.csdn.modules.mock |
| Modifier and Type | Method and Description |
|---|---|
static ViewType |
ViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewType[] |
ViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationController.render(int status,
Object result,
ViewType viewType) |
void |
ApplicationController.render(int status,
String content,
ViewType viewType) |
void |
ApplicationController.render(Object result,
ViewType viewType) |
void |
ApplicationController.render(String content,
ViewType viewType) |
void |
DefaultResponse.write(int httpStatus,
String content,
ViewType viewType) |
void |
RestResponse.write(int httpStatus,
String content,
ViewType viewType) |
void |
DefaultResponse.write(String content,
ViewType viewType) |
void |
RestResponse.write(String content,
ViewType viewType) |
| Modifier and Type | Method and Description |
|---|---|
void |
MockRestResponse.write(int httpStatus,
String content,
ViewType viewType) |
void |
MockRestResponse.write(String content,
ViewType viewType) |
Copyright © 2021. All rights reserved.