Package | Description |
---|---|
org.hippoecm.hst.content.beans |
The org.hippoecm.hst.content.beans package defines the API for the HST Content Beans
|
org.hippoecm.hst.content.beans.manager |
The org.hippoecm.hst.content.beans.manager package defines the API for the HST Content Beans Manager
|
Modifier and Type | Class and Description |
---|---|
class |
ContentNodeBindingException
The
ContentNodeBindingException class defines a binding exception
that a ContentNodeBinder can throw when it is unable to perform its operation
successfully. |
class |
ObjectBeanPersistenceException
The
ObjectBeanPersistenceException class defines a general exception
that a ObjectBeanPersistenceManager can throw when it is unable to perform its operation
successfully. |
Modifier and Type | Method and Description |
---|---|
Object |
ObjectConverter.getObject(javax.jcr.Node node) |
Object |
ObjectConverter.getObject(javax.jcr.Node node,
String relPath) |
Object |
ObjectConverter.getObject(javax.jcr.Session session,
String path) |
Object |
ObjectBeanManager.getObject(String path)
Get an object from the JCR repository.
|
Object |
ObjectConverter.getObject(String uuid,
javax.jcr.Node node) |
Object |
ObjectConverter.getObject(String uuid,
javax.jcr.Session session) |
Object |
ObjectBeanManager.getObjectByUuid(String uuid)
Get an object from the JCR repository
|
String |
ObjectConverter.getPrimaryObjectType(javax.jcr.Node node)
Returns the Primary Node Type for a Node (or a child Node if the Node is a Handle) to be used for Object conversion,
possibly using a fallback Node Type if no exact match can be determined.
|
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.