public class ObjectUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.hippoecm.hst.content.beans.standard.HippoItem |
getHippoItem(HCTConnManager connManager,
javax.jcr.Node node) |
static <T extends org.hippoecm.hst.content.beans.standard.HippoItem> |
getHippoItem(HCTConnManager connManager,
javax.jcr.Node node,
Class<T> clazz) |
static org.hippoecm.hst.content.beans.standard.HippoItem |
getHippoItem(HCTConnManager connManager,
String path) |
static <T extends org.hippoecm.hst.content.beans.standard.HippoItem> |
getHippoItem(HCTConnManager connManager,
String path,
Class<T> clazz) |
static org.hippoecm.hst.content.beans.standard.HippoItem |
getHippoItemByUuid(HCTConnManager connManager,
String uuid) |
static <T extends org.hippoecm.hst.content.beans.standard.HippoItem> |
getHippoItemByUuid(HCTConnManager connManager,
String uuid,
Class<T> clazz) |
public static org.hippoecm.hst.content.beans.standard.HippoItem getHippoItem(HCTConnManager connManager, javax.jcr.Node node) throws org.hippoecm.hst.content.beans.ObjectBeanManagerException
org.hippoecm.hst.content.beans.ObjectBeanManagerExceptionpublic static <T extends org.hippoecm.hst.content.beans.standard.HippoItem> T getHippoItem(HCTConnManager connManager, javax.jcr.Node node, Class<T> clazz) throws org.hippoecm.hst.content.beans.ObjectBeanManagerException
org.hippoecm.hst.content.beans.ObjectBeanManagerExceptionpublic static org.hippoecm.hst.content.beans.standard.HippoItem getHippoItem(HCTConnManager connManager, String path) throws org.hippoecm.hst.content.beans.ObjectBeanManagerException
org.hippoecm.hst.content.beans.ObjectBeanManagerExceptionpublic static <T extends org.hippoecm.hst.content.beans.standard.HippoItem> T getHippoItem(HCTConnManager connManager, String path, Class<T> clazz) throws org.hippoecm.hst.content.beans.ObjectBeanManagerException
org.hippoecm.hst.content.beans.ObjectBeanManagerExceptionpublic static org.hippoecm.hst.content.beans.standard.HippoItem getHippoItemByUuid(HCTConnManager connManager, String uuid) throws org.hippoecm.hst.content.beans.ObjectBeanManagerException
org.hippoecm.hst.content.beans.ObjectBeanManagerExceptionpublic static <T extends org.hippoecm.hst.content.beans.standard.HippoItem> T getHippoItemByUuid(HCTConnManager connManager, String uuid, Class<T> clazz) throws org.hippoecm.hst.content.beans.ObjectBeanManagerException
org.hippoecm.hst.content.beans.ObjectBeanManagerExceptionCopyright © 2011-2012 Tirasa. All Rights Reserved.