public abstract class CoreSessionProvider<REF extends SessionRef> extends Object
Modifier and Type | Method and Description |
---|---|
CoreSession |
getSession(HttpServletRequest request,
String repoName) |
SessionRef |
getSessionRef(HttpServletRequest request,
String repoName) |
SessionRef[] |
getSessions() |
boolean |
hasSessions() |
public SessionRef[] getSessions()
public SessionRef getSessionRef(HttpServletRequest request, String repoName)
public CoreSession getSession(HttpServletRequest request, String repoName)
public boolean hasSessions()
Copyright © 2011 Nuxeo SA. All Rights Reserved.