public class DeletePluginAction extends ActionNoSessionCMD
RequestInterceptor.ActionKey| 限定符和类型 | 字段和说明 |
|---|---|
static JSONObject |
infoQueue |
MARK_STRINGCURRENT_LEVEL, MARK_STRINGDEFAULT_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, mark4Providerpublic static JSONObject infoQueue
public void actionCMD(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
ActionNoSessionCMDactionCMD 在接口中 RequestCMDReceiveractionCMD 在类中 ActionNoSessionCMDreq - 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.Exceptionpublic java.lang.String getCMD()
RequestCMDReceiver