public class WriteAutoSubmitAction extends AbstractFormatActionProvider
RequestInterceptor.ActionKey
CURRENT_LEVEL, XML_TAG
MARK_STRING
CURRENT_LEVEL, MARK_STRING
DEFAULT_LAYER_INDEX
构造器和说明 |
---|
WriteAutoSubmitAction() |
限定符和类型 | 方法和说明 |
---|---|
void |
actionCMD(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String sessionID)
执行
|
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, java.lang.String sessionID) throws java.lang.Exception
ActionNoSessionCMD
actionCMD
在接口中 RequestCMDReceiver
actionCMD
在类中 ActionNoSessionCMD
req
- http请求res
- http应答sessionID
- 会话IDjava.lang.Exception
- 异常public void doAction(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
FormatActionProvider
req
- 请求res
- 响应java.lang.Exception
- 异常public java.lang.String getCMD()
FormatActionProvider