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
|
org.hippoecm.hst.jaxrs.services |
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 |
ObjectConverterImpl.getObject(javax.jcr.Node node) |
Object |
ObjectConverter.getObject(javax.jcr.Node node,
String relPath) |
Object |
ObjectConverterImpl.getObject(javax.jcr.Node node,
String relPath) |
Object |
ObjectConverter.getObject(javax.jcr.Session session,
String path) |
Object |
ObjectConverterImpl.getObject(javax.jcr.Session session,
String path) |
Object |
ObjectBeanManager.getObject(String path)
Get an object from the JCR repository.
|
Object |
ObjectBeanManagerImpl.getObject(String path) |
Object |
ObjectConverter.getObject(String uuid,
javax.jcr.Node node) |
Object |
ObjectConverterImpl.getObject(String uuid,
javax.jcr.Node node) |
Object |
ObjectConverter.getObject(String uuid,
javax.jcr.Session session) |
Object |
ObjectConverterImpl.getObject(String uuid,
javax.jcr.Session session) |
Object |
ObjectBeanManager.getObjectByUuid(String uuid)
Get an object from the JCR repository
|
Object |
ObjectBeanManagerImpl.getObjectByUuid(String uuid) |
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.
|
String |
ObjectConverterImpl.getPrimaryObjectType(javax.jcr.Node node) |
Modifier and Type | Method and Description |
---|---|
HippoFolderBean |
AbstractResource.getMountContentBaseBean(HstRequestContext requestContext) |
protected HippoBean |
AbstractResource.getRequestContentBean(HstRequestContext requestContext)
Returns the content HippoBean for the current request.
|
protected <T extends HippoBean> |
AbstractResource.getRequestContentBean(HstRequestContext requestContext,
Class<T> beanMappingClass)
Returns the content HippoBean of type T for the current request.
|
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.