public class DeletePluginAction extends ActionNoSessionCMD
RequestInterceptor.ActionKey
限定符和类型 | 字段和说明 |
---|---|
static JSONObject |
infoQueue |
MARK_STRING
CURRENT_LEVEL, MARK_STRING
DEFAULT_LAYER_INDEX
构造器和说明 |
---|
DeletePluginAction() |
限定符和类型 | 方法和说明 |
---|---|
void |
actionCMD(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
执行
|
java.lang.String |
getCMD()
cmd参数值
|
void |
unistallPlugin(PluginMarker pluginMarker,
boolean forceDelete,
javax.servlet.http.HttpServletResponse res,
java.lang.String channel) |
actionCMD, currentAPILevel, layerIndex, mark4Provider
public static JSONObject infoQueue
public void actionCMD(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
ActionNoSessionCMD
actionCMD
在接口中 RequestCMDReceiver
actionCMD
在类中 ActionNoSessionCMD
req
- http请求res
- http应答java.lang.Exception
- 异常public void unistallPlugin(PluginMarker pluginMarker, boolean forceDelete, javax.servlet.http.HttpServletResponse res, java.lang.String channel) throws java.lang.Exception
java.lang.Exception
public java.lang.String getCMD()
RequestCMDReceiver