public class AppletPrintIsSingleSheetAction extends ActionNoSessionCMD
RequestInterceptor.ActionKey
MARK_STRING
CURRENT_LEVEL, MARK_STRING
DEFAULT_LAYER_INDEX
构造器和说明 |
---|
AppletPrintIsSingleSheetAction() |
限定符和类型 | 方法和说明 |
---|---|
void |
actionCMD(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID)
判断是否是单sheet模板
|
java.lang.String |
getCMD()
获取op对应的command
|
actionCMD, currentAPILevel, layerIndex, mark4Provider
public void actionCMD(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String sessionID) throws java.lang.Exception
actionCMD
在接口中 RequestCMDReceiver
actionCMD
在类中 ActionNoSessionCMD
req
- 客户端的请求res
- HTTP响应消息sessionID
- 当前session的idjava.lang.Exception
- 异常public java.lang.String getCMD()