public class FlashPrintService extends NoSessionIDService
| 构造器和说明 |
|---|
FlashPrintService() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
actionOP()
当前事件对应的operation
|
void |
process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String op)
处理cmd对应的请求
|
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 - 当前的操作servicejava.lang.Exception