Package org.hippoecm.hst.content.beans
The org.hippoecm.hst.content.beans package defines the API for the HST Content Beans
-
Interface Summary Interface Description ContentNodeBinder ContentNodeBinder
is the interface for custom mapping content POJO object to JCR node.NodeAware Interface to be implemented by beans that wish to be aware of its originating JCR node.SimpleObjectConverter SimpleObjectConverter which is responsible for basic Object-JCR Node mapping.SimpleObjectConverterAware Interface to be implemented by beans that wish to be aware of the object converter. -
Exception Summary Exception Description ContentNodeBindingException TheContentNodeBindingException
class defines a binding exception that aContentNodeBinder
can throw when it is unable to perform its operation successfully.ObjectBeanManagerException TheObjectBeanManagerException
class defines a general exception that an object content manager can throw when it is unable to perform its operation successfully.ObjectBeanPersistenceException TheObjectBeanPersistenceException
class defines a general exception that aObjectBeanPersistenceManager
can throw when it is unable to perform its operation successfully. -
Annotation Types Summary Annotation Type Description Interceptor Marks a class as an interceptor for certain cms types to use in Dynamic Bean generation.Node Allows for the annotation of a Java class so mapping through simple java interface or delegatee class to a JCR node.