public class ResponseUtil extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseUtil.Pair<V> |
| Constructor and Description |
|---|
ResponseUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
objectResponse(HttpServletResponse resp,
java.util.List<ResponseUtil.Pair> pairs) |
static void |
simpleResponse(HttpServletResponse resp,
java.lang.String name,
boolean state) |
public ResponseUtil()
public static void simpleResponse(HttpServletResponse resp, java.lang.String name, boolean state) throws java.io.IOException
java.io.IOExceptionpublic static void objectResponse(HttpServletResponse resp, java.util.List<ResponseUtil.Pair> pairs) throws java.io.IOException
java.io.IOException