Uses of Interface
org.nuxeo.ecm.webengine.jaxrs.session.SessionRef
-
Packages that use SessionRef Package Description 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 Modifier and Type Class Description class
CoreSessionProvider<REF extends SessionRef>
Methods in org.nuxeo.ecm.webengine.jaxrs.session that return SessionRef Modifier and Type Method Description SessionRef
CoreSessionProvider. getSessionRef(javax.servlet.http.HttpServletRequest request, String repoName)
static SessionRef
SessionFactory. getSessionRef(javax.servlet.http.HttpServletRequest request)
static SessionRef
SessionFactory. getSessionRef(javax.servlet.http.HttpServletRequest request, String repositoryName)
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 Modifier and Type Class Description static class
PerRequestCoreProvider.Ref
static class
PerSessionCoreProvider.Ref
Methods in org.nuxeo.ecm.webengine.jaxrs.session.impl that return SessionRef Modifier and Type Method Description SessionRef
PerSessionCoreProvider. getSessionRef(javax.servlet.http.HttpServletRequest request, String repoName)
SessionRef[]
PerSessionCoreProvider. getSessions()
-