public class PerSessionCoreProvider extends CoreSessionProvider<PerSessionCoreProvider.Ref> implements javax.servlet.http.HttpSessionBindingListener
Modifier and Type | Class and Description |
---|---|
static class |
PerSessionCoreProvider.Ref |
Constructor and Description |
---|
PerSessionCoreProvider() |
Modifier and Type | Method and Description |
---|---|
SessionRef |
getSessionRef(javax.servlet.http.HttpServletRequest request,
String repoName) |
SessionRef[] |
getSessions() |
boolean |
hasSessions() |
static void |
install(javax.servlet.http.HttpServletRequest request) |
void |
onRequestDone(javax.servlet.http.HttpServletRequest request)
The HTTP request was consumed.
|
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent event) |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent event) |
getSession
public static void install(javax.servlet.http.HttpServletRequest request)
public void onRequestDone(javax.servlet.http.HttpServletRequest request)
CoreSessionProvider
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
valueBound
in interface javax.servlet.http.HttpSessionBindingListener
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
valueUnbound
in interface javax.servlet.http.HttpSessionBindingListener
public SessionRef[] getSessions()
getSessions
in class CoreSessionProvider<PerSessionCoreProvider.Ref>
public SessionRef getSessionRef(javax.servlet.http.HttpServletRequest request, String repoName)
getSessionRef
in class CoreSessionProvider<PerSessionCoreProvider.Ref>
public boolean hasSessions()
hasSessions
in class CoreSessionProvider<PerSessionCoreProvider.Ref>
Copyright © 2015 Nuxeo SA. All rights reserved.