public abstract class NoSessionActionCMD extends java.lang.Object implements ActionCMD
MARK_STRING
构造器和说明 |
---|
NoSessionActionCMD() |
限定符和类型 | 方法和说明 |
---|---|
abstract void |
actionCMD(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
执行请求
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
actionCMD, getCMD
public abstract void actionCMD(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
RequestCMDReceiver
actionCMD
在接口中 RequestCMDReceiver
req
- http请求res
- http响应java.lang.Exception
- 处理失败则抛出异常