public class ReportletDealWith
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
static void |
dealWithEmbeddedReportlet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
EmbeddedTplReportlet etReportlet)
处理内置模板
|
static void |
dealWithMobile(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
ReportSessionIDInfor sessionIDInfor,
Actor policy) |
static void |
dealWithReportlet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Weblet weblet)
处理模板
|
static void |
turnToExport(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID)
转向导出
|
static void |
turnToExportWithSessionKept(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID) |
public static void dealWithReportlet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, Weblet weblet) throws java.lang.Exception
req
- http请求res
- http应答weblet
- 模板java.lang.Exception
public static void turnToExportWithSessionKept(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String sessionID) throws java.lang.Exception
java.lang.Exception
public static void turnToExport(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String sessionID) throws java.lang.Exception
req
- res
- sessionID
- java.lang.Exception
public static void dealWithEmbeddedReportlet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, EmbeddedTplReportlet etReportlet) throws java.lang.Exception
req
- http请求res
- http应答etReportlet
- 内置模板java.lang.Exception
public static void dealWithMobile(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, ReportSessionIDInfor sessionIDInfor, Actor policy) throws java.lang.Exception
java.lang.Exception