setDotApp associates the dotApp to the current HttpServer
(dotApp *DotWeb)
| 280 | |
| 281 | // setDotApp associates the dotApp to the current HttpServer |
| 282 | func (server *HttpServer) setDotApp(dotApp *DotWeb) { |
| 283 | server.DotApp = dotApp |
| 284 | } |
| 285 | |
| 286 | // GetSessionManager get session manager in current httpserver |
| 287 | func (server *HttpServer) GetSessionManager() *session.SessionManager { |