public abstract class ApiServletHandler extends BaseServletHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected static String |
API_PREFIX |
PARAMETERS_NAME, UTF8_KEY, ve| 构造器和说明 |
|---|
ApiServletHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doInTransactional(TransactionalInvoke invoke) |
void |
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
info(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
invokeAuthMethod(String methodName,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
buildExceptionStack, dispatchRequest, getObjectJsonMapper, init, initContext, invokeMethod, retriveMethod, writeObjectToJsonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiturlpublic final void execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws Exception
Exceptionpublic void info(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws Exception
Exceptionprotected void invokeAuthMethod(String methodName, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws Exception
Exceptionprotected void doInTransactional(TransactionalInvoke invoke) throws Exception
ExceptionCopyright © 2023 Bstek. All rights reserved.