public class LogService extends NoSessionIDService
| 构造器和说明 |
|---|
LogService() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
actionOP()
当前操作符
|
void |
process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String op)
日志处理的服务
|
processpublic 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 在类中 NoSessionIDServicereq - HTTP请求res - HTTP响应op - 操作符java.lang.Exception