public class PDFPrintPrintAction extends AbstractFormatActionProvider
RequestInterceptor.ActionKey
CURRENT_LEVEL, XML_TAG
MARK_STRING
CURRENT_LEVEL, MARK_STRING
DEFAULT_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, mark4Provider
actionCMD, layerIndex
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 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