public class FlashPrintReportPage2FlashAction extends ActionNoSessionCMD
RequestInterceptor.ActionKey
MARK_STRING
CURRENT_LEVEL, MARK_STRING
DEFAULT_LAYER_INDEX
构造器和说明 |
---|
FlashPrintReportPage2FlashAction() |
限定符和类型 | 方法和说明 |
---|---|
void |
actionCMD(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
处理cmd对应的请求
|
static void |
dealWithPaintReportPage(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
boolean isFlash)
绘制指定页码的报表
|
java.lang.String |
getCMD()
当前事件对应的command
|
actionCMD, currentAPILevel, layerIndex, mark4Provider
public void actionCMD(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
actionCMD
在接口中 RequestCMDReceiver
actionCMD
在类中 ActionNoSessionCMD
req
- HTTP请求res
- HTTP响应java.lang.Exception
- 异常public java.lang.String getCMD()
public static void dealWithPaintReportPage(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, boolean isFlash) throws java.lang.Exception
req
- HTTP请求res
- HTTP响应isFlash
- 是否为flash打印java.lang.Exception