public abstract class BaseServletHandler extends Object implements ServletHandler
| 构造器和说明 |
|---|
BaseServletHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
invokeMethod(String methodName,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected String |
retriveMethod(javax.servlet.http.HttpServletRequest req) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, urlprotected void invokeMethod(String methodName, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException
javax.servlet.ServletExceptionprotected String retriveMethod(javax.servlet.http.HttpServletRequest req) throws javax.servlet.ServletException
javax.servlet.ServletExceptionCopyright © 2019 Bstek. All rights reserved.