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