|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.github.sd4324530.fastweixin.servlet.QYWeixinSupport
com.github.sd4324530.fastweixin.servlet.QYWeixinControllerSupport
@Controller public abstract class QYWeixinControllerSupport
微信企业平台交互操作基类 ==================================================================== 上海聚攒软件开发有限公司 --------------------------------------------------------------------
| 构造方法摘要 | |
|---|---|
QYWeixinControllerSupport()
|
|
| 方法摘要 | |
|---|---|
protected String |
bind(javax.servlet.http.HttpServletRequest request)
绑定微信服务器 |
protected String |
legalStr(javax.servlet.http.HttpServletRequest request)
验证请求URL是否正确的方法 |
protected String |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
微信消息交互处理 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public QYWeixinControllerSupport()
| 方法详细信息 |
|---|
@RequestMapping(method=GET) @ResponseBody protected final String bind(javax.servlet.http.HttpServletRequest request)
request - 请求
@RequestMapping(method=POST)
@ResponseBody
protected final String process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
request - 请求response - 响应
javax.servlet.ServletException - servlet异常
IOException - IO异常protected String legalStr(javax.servlet.http.HttpServletRequest request)
request - 请求
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||