info.magnolia.jcr.util
Class SessionUtil
java.lang.Object
info.magnolia.jcr.util.SessionUtil
public class SessionUtil
- extends Object
Session-related utility methods.
- Version:
- $Id$
Method Summary |
static javax.jcr.Node |
getNode(String repository,
String path)
Return the Node for the Given Path from the given repository. |
static boolean |
hasSameUnderlyingSession(javax.jcr.Session first,
javax.jcr.Session second)
|
static javax.jcr.Session |
unwrap(javax.jcr.Session session)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionUtil
public SessionUtil()
hasSameUnderlyingSession
public static boolean hasSameUnderlyingSession(javax.jcr.Session first,
javax.jcr.Session second)
unwrap
public static javax.jcr.Session unwrap(javax.jcr.Session session)
getNode
public static javax.jcr.Node getNode(String repository,
String path)
- Return the Node for the Given Path from the given repository. In case of Exception, return null.
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.