public class ExportService extends NoOPService
| 构造器和说明 |
|---|
ExportService() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
actionOP()
参数名
|
static void |
dealWithExport(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID,
boolean isEmbbed)
进行导出
|
void |
process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID)
执行
|
processpublic java.lang.String actionOP()
public void process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID)
throws java.lang.Exception
process 在类中 NoOPServicereq - http请求res - http应答sessionID - 会话IDjava.lang.Exceptionpublic static void dealWithExport(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID,
boolean isEmbbed)
throws java.lang.Exception
req - http请求res - http 应答sessionID - 会话IDisEmbbed - 嵌入java.lang.Exception