public class ErrorService extends NoSessionIDService
限定符和类型 | 字段和说明 |
---|---|
static ErrorService |
ERROR_SERVICE |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
actionOP()
获取操作符
|
static ErrorService |
getInstance() |
void |
process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String op)
报错页面
|
process
public static final ErrorService ERROR_SERVICE
public static ErrorService getInstance()
public java.lang.String actionOP()
public void process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String op) throws java.lang.Exception
process
在类中 NoSessionIDService
req
- HTTP请求res
- HTTP响应op
- 操作符java.lang.Exception