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 classCoreSessionProvider<REF extends SessionRef>Methods in org.nuxeo.ecm.webengine.jaxrs.session that return SessionRef Modifier and Type Method Description SessionRefCoreSessionProvider. getSessionRef(javax.servlet.http.HttpServletRequest request, String repoName)static SessionRefSessionFactory. getSessionRef(javax.servlet.http.HttpServletRequest request)static SessionRefSessionFactory. 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 classPerRequestCoreProvider.Refstatic classPerSessionCoreProvider.RefMethods in org.nuxeo.ecm.webengine.jaxrs.session.impl that return SessionRef Modifier and Type Method Description SessionRefPerSessionCoreProvider. getSessionRef(javax.servlet.http.HttpServletRequest request, String repoName)SessionRef[]PerSessionCoreProvider. getSessions()
-