Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs.session
Class CoreSessionProvider<REF extends SessionRef>

java.lang.Object
  extended by org.nuxeo.ecm.webengine.jaxrs.session.CoreSessionProvider<REF>
Direct Known Subclasses:
PerRequestCoreProvider, PerSessionCoreProvider

public abstract class CoreSessionProvider<REF extends SessionRef>
extends Object

Author:
Bogdan Stefanescu

Method Summary
 CoreSession getSession(HttpServletRequest request, String repoName)
           
 SessionRef getSessionRef(HttpServletRequest request, String repoName)
           
 SessionRef[] getSessions()
           
 boolean hasSessions()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSessions

public SessionRef[] getSessions()

getSessionRef

public SessionRef getSessionRef(HttpServletRequest request,
                                String repoName)

getSession

public CoreSession getSession(HttpServletRequest request,
                              String repoName)

hasSessions

public boolean hasSessions()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.