Uses of Class
org.hippoecm.hst.content.beans.ObjectBeanManagerException
-
Packages that use ObjectBeanManagerException Package Description org.hippoecm.hst.content.beans The org.hippoecm.hst.content.beans package defines the API for the HST Content Beansorg.hippoecm.hst.content.beans.manager The org.hippoecm.hst.content.beans.manager package defines the API for the HST Content Beans Manager -
-
Uses of ObjectBeanManagerException in org.hippoecm.hst.content.beans
Subclasses of ObjectBeanManagerException in org.hippoecm.hst.content.beans Modifier and Type Class Description class
ContentNodeBindingException
TheContentNodeBindingException
class defines a binding exception that aContentNodeBinder
can throw when it is unable to perform its operation successfully.class
ObjectBeanPersistenceException
TheObjectBeanPersistenceException
class defines a general exception that aObjectBeanPersistenceManager
can throw when it is unable to perform its operation successfully. -
Uses of ObjectBeanManagerException in org.hippoecm.hst.content.beans.manager
Methods in org.hippoecm.hst.content.beans.manager that throw ObjectBeanManagerException Modifier and Type Method Description Object
ObjectBeanManager. getObject(String path)
Get an object from the JCR repository.Object
ObjectConverter. getObject(String uuid, Node node)
Object
ObjectConverter. getObject(String uuid, Session session)
Object
ObjectConverter. getObject(Node node)
Object
ObjectConverter. getObject(Node node, String relPath)
Object
ObjectConverter. getObject(Session session, String path)
Object
ObjectBeanManager. getObjectByUuid(String uuid)
Get an object from the JCR repositoryString
ObjectConverter. getPrimaryObjectType(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.
-