| Package | Description |
|---|---|
| org.tinygroup.weixin | |
| org.tinygroup.weixin.handler | |
| org.tinygroup.weixin.impl |
| Modifier and Type | Method and Description |
|---|---|
WeiXinSession |
WeiXinSessionManager.createWeiXinSession(String sessionId)
创建会话
|
WeiXinSession |
WeiXinContext.getWeiXinSession()
得到当前用户的会话
|
WeiXinSession |
WeiXinSessionManager.getWeiXinSession(String sessionId)
查询会话
|
WeiXinSession[] |
WeiXinSessionManager.getWeiXinSessions()
遍历会话
|
| Modifier and Type | Method and Description |
|---|---|
void |
WeiXinSessionManager.addWeiXinSession(WeiXinSession session)
添加会话
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractMenuConfigHandler.isMatchByMenuId(WeiXinSession session)
判断菜单Id是否存在于用户会话(适合菜单已经建立)
|
| Modifier and Type | Class and Description |
|---|---|
class |
WeiXinSessionDefault |
| Modifier and Type | Method and Description |
|---|---|
WeiXinSession |
WeiXinSessionManagerDefault.createWeiXinSession(String sessionId) |
WeiXinSession |
WeiXinContextDefault.getWeiXinSession() |
WeiXinSession |
WeiXinSessionManagerDefault.getWeiXinSession(String sessionId) |
WeiXinSession[] |
WeiXinSessionManagerDefault.getWeiXinSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
WeiXinSessionManagerDefault.addWeiXinSession(WeiXinSession session) |
Copyright © 2006–2018 TinyGroup. All rights reserved.