@Singleton
public class SessionManager
extends java.lang.Object
Constructor and Description |
---|
SessionManager(AppConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
dissolveState(org.osgl.http.H.Session session,
org.osgl.http.H.Flash flash,
org.osgl.http.H.Response response) |
org.osgl.http.H.Flash |
resolveFlash(org.osgl.http.H.Request request) |
org.osgl.http.H.Session |
resolveSession(org.osgl.http.H.Request request) |
@Inject public SessionManager(AppConfig config)
public org.osgl.http.H.Session resolveSession(org.osgl.http.H.Request request)
public org.osgl.http.H.Flash resolveFlash(org.osgl.http.H.Request request)
public void dissolveState(org.osgl.http.H.Session session, org.osgl.http.H.Flash flash, org.osgl.http.H.Response response)
Copyright © 2014–2017 ActFramework. All rights reserved.