public final class SessionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static javax.jcr.Session |
getBinariesSession(javax.servlet.http.HttpServletRequest request) |
static javax.jcr.Session |
getPooledSession(javax.servlet.http.HttpServletRequest request,
String poolName) |
static void |
releaseSession(javax.servlet.http.HttpServletRequest request,
javax.jcr.Session session) |
public static javax.jcr.Session getBinariesSession(javax.servlet.http.HttpServletRequest request) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public static javax.jcr.Session getPooledSession(javax.servlet.http.HttpServletRequest request, String poolName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public static void releaseSession(javax.servlet.http.HttpServletRequest request, javax.jcr.Session session)
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.