public class PrintPaperSettingAction extends AbstractRequestInterceptor
RequestInterceptor.ActionKeyCURRENT_LEVEL, MARK_STRINGDEFAULT_LAYER_INDEX| 构造器和说明 |
|---|
PrintPaperSettingAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
actionCMD(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID)
设置打印边距,布局,纸张
|
java.lang.String |
getCMD()
cmd参数值
|
protected JSONObject |
getJsonObject(ReportSessionIDInfor sessionIDInfor) |
actionCMD, currentAPILevel, layerIndex, mark4Providerequals, hashCodepublic void actionCMD(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID)
throws java.lang.Exception
actionCMD 在接口中 RequestCMDReceiveractionCMD 在类中 AbstractRequestInterceptorreq - HTTP请求res - HTTP响应sessionID - 会话IDjava.lang.Exception - 处理失败则抛出异常protected JSONObject getJsonObject(ReportSessionIDInfor sessionIDInfor) throws JSONException
JSONExceptionpublic java.lang.String getCMD()
RequestCMDReceiver