public class PDFPrintPrintAction extends AbstractFormatActionProvider
RequestInterceptor.ActionKeyCURRENT_LEVEL, XML_TAGMARK_STRINGCURRENT_LEVEL, MARK_STRINGDEFAULT_LAYER_INDEX| 构造器和说明 |
|---|
PDFPrintPrintAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
actionCMD(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
执行pdf打印
|
void |
doAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
开始打印
|
java.lang.String |
getCMD()
定义action对应的key,作用类似于cmd,默认取cmd
|
currentAPILevel, mark4ProvideractionCMD, layerIndexpublic void actionCMD(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
actionCMD 在接口中 RequestCMDReceiveractionCMD 在类中 ActionNoSessionCMDreq - HTTP请求res - HTTP响应java.lang.Exception - 异常public void doAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
req - HTTP请求res - HTTP响应java.lang.Exception - 异常public java.lang.String getCMD()
FormatActionProvider