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