public abstract class HandlerMethodImpl extends java.lang.Object implements HandlerMethod
| 构造器和说明 |
|---|
HandlerMethodImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handlerMethodOnMobile(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
FRException frException) |
void |
handlerMethodOnMobile(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String message,
java.lang.Throwable throwable) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerMethodOnPCpublic void handlerMethodOnMobile(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
FRException frException)
handlerMethodOnMobile 在接口中 HandlerMethodpublic void handlerMethodOnMobile(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String message,
java.lang.Throwable throwable)
handlerMethodOnMobile 在接口中 HandlerMethod