public class AjaxUtils extends Object
| 构造器和说明 |
|---|
AjaxUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isAjaxRequest(javax.servlet.http.HttpServletRequest request) |
static void |
printMsg(int code,
javax.servlet.http.HttpServletResponse response) |
static void |
printMsg(int code,
javax.servlet.http.HttpServletResponse response,
String msg) |
static void |
printMsg(int code,
javax.servlet.http.HttpServletResponse response,
String msg,
Object data) |
public static boolean isAjaxRequest(javax.servlet.http.HttpServletRequest request)
public static void printMsg(int code,
javax.servlet.http.HttpServletResponse response)
public static void printMsg(int code,
javax.servlet.http.HttpServletResponse response,
String msg)
Copyright © 2020. All rights reserved.