public class ExportECService extends NoOPService
构造器和说明 |
---|
ExportECService() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
actionOP()
参数名
|
void |
dealWithExport(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID,
boolean isEmbbed)
进行导出
|
void |
doExport(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
FormSessionIDInfor sessionIDInfor,
java.lang.String widgetName) |
void |
process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID)
执行
|
process
public 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
在类中 NoOPService
req
- http请求res
- http应答sessionID
- 会话IDjava.lang.Exception
public 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
public void doExport(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, FormSessionIDInfor sessionIDInfor, java.lang.String widgetName) throws java.lang.Exception
java.lang.Exception