public class WrResponse extends Wrapper
| Constructor and Description |
|---|
WrResponse(Object res) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
error() |
String |
getCharacterEncoding() |
String |
getContentType() |
PrintWriter |
getWriter() |
Object |
inner() |
boolean |
isOk() |
public WrResponse(Object res)
public PrintWriter getWriter()
public String getContentType()
public String getCharacterEncoding()
public Object inner()
public boolean isOk()
public Throwable error()
Copyright © 2021. All rights reserved.