org.hippoecm.hst.provider.jcr
Class JCRUtilities
java.lang.Object
org.hippoecm.hst.provider.jcr.JCRUtilities
Deprecated. use NodeUtils
instead
@Deprecated
public class JCRUtilities
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCRUtilities
public JCRUtilities()
- Deprecated.
getCanonical
@Deprecated
public static javax.jcr.Node getCanonical(javax.jcr.Node n)
- Deprecated. use
NodeUtils.getCanonicalNode(Node)
instead
getDeref
@Deprecated
public static javax.jcr.Node getDeref(javax.jcr.Node mirrorNode)
- Deprecated. use
NodeUtils.getDeref(Node)
instead
- Parameters:
mirrorNode
-
- Returns:
- the dereferenced node or
null
when no dereferenced node can be found
Copyright © 2008-2012 Hippo. All Rights Reserved.