org.hippoecm.hst.provider.jcr
Class JCRUtilities

java.lang.Object
  extended by org.hippoecm.hst.provider.jcr.JCRUtilities

Deprecated. use NodeUtils instead

@Deprecated
public class JCRUtilities
extends Object


Constructor Summary
JCRUtilities()
          Deprecated.  
 
Method Summary
static javax.jcr.Node getCanonical(javax.jcr.Node n)
          Deprecated. use NodeUtils.getCanonicalNode(Node) instead
static javax.jcr.Node getDeref(javax.jcr.Node mirrorNode)
          Deprecated. use NodeUtils.getDeref(Node) instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCRUtilities

public JCRUtilities()
Deprecated. 
Method Detail

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.