Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.webengine.jaxrs.session.SessionRef

Packages that use SessionRef
org.nuxeo.ecm.webengine.jaxrs.session   
org.nuxeo.ecm.webengine.jaxrs.session.impl   
 

Uses of SessionRef in org.nuxeo.ecm.webengine.jaxrs.session
 

Classes in org.nuxeo.ecm.webengine.jaxrs.session with type parameters of type SessionRef
 class CoreSessionProvider<REF extends SessionRef>
           
 

Methods in org.nuxeo.ecm.webengine.jaxrs.session that return SessionRef
static SessionRef SessionFactory.getSessionRef(HttpServletRequest request)
           
static SessionRef SessionFactory.getSessionRef(HttpServletRequest request, String repositoryName)
           
 SessionRef CoreSessionProvider.getSessionRef(HttpServletRequest request, String repoName)
           
 SessionRef[] CoreSessionProvider.getSessions()
           
 

Uses of SessionRef in org.nuxeo.ecm.webengine.jaxrs.session.impl
 

Classes in org.nuxeo.ecm.webengine.jaxrs.session.impl that implement SessionRef
static class PerRequestCoreProvider.Ref
           
static class PerSessionCoreProvider.Ref
           
 

Methods in org.nuxeo.ecm.webengine.jaxrs.session.impl that return SessionRef
 SessionRef PerSessionCoreProvider.getSessionRef(HttpServletRequest request, String repoName)
           
 SessionRef[] PerSessionCoreProvider.getSessions()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.