Uses of Interface
org.hippoecm.hst.content.beans.standard.HippoBean
Package
Description
The org.hippoecm.hst.content.beans.manager package defines the API for the HST Content Beans Manager
The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query
The org.hippoecm.hst.content.service.translation package defines the Hippo Translation related services.
The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
-
Uses of HippoBean in org.hippoecm.hst.content.beans.manager
Modifier and TypeMethodDescriptionObjectConverter.getAnnotatedClassFor
(String jcrPrimaryNodeType) Deprecated.ObjectConverter.getClassFor
(String jcrPrimaryNodeType) Modifier and TypeMethodDescriptionObjectConverter.getPrimaryNodeTypeNameFor
(Class<? extends HippoBean> hippoBean) -
Uses of HippoBean in org.hippoecm.hst.content.beans.query
Modifier and TypeMethodDescriptionHstQueryManager.createQuery
(HippoBean scope) Creates a empty query, with scopeHstQueryManager.createQuery
(HippoBean scope, boolean includeSubTypes, Class<? extends HippoBean>... filterBean) HstQueryManager.createQuery
(HippoBean scope, boolean includeSubTypes, String... primaryNodeTypes) HstQueryManager.createQuery
(HippoBean scope, Class<? extends HippoBean>... filterBean) Creates a query, with a scope and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments.HstQueryManager.createQuery
(HippoBean scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes) Creates a query, with scope HippoBean and Filter for types of filterBean.HstQueryManager.createQuery
(HippoBean scope, String... primaryNodeTypes) Creates a query, with a scope and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments.Modifier and TypeMethodDescriptionvoid
add scopes to search in.HstQueryManager.createQuery
(Node scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes) Creates a query, with scope and Filter for types of filterBean.HstQueryManager.createQuery
(HippoBean scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes) Creates a query, with scope HippoBean and Filter for types of filterBean.void
HstQuery.excludeScopes
(List<HippoBean> scopes) add scopes to exclude from search. -
Uses of HippoBean in org.hippoecm.hst.content.beans.standard
Modifier and TypeInterfaceDescriptioninterface
HippoAvailableTranslationsBean<K extends HippoBean>
static final class
A No-operation instance of a HippoAvailableTranslationsBeanModifier and TypeInterfaceDescriptioninterface
This is a base interface for possible beans containing an asset.interface
A marker interface for all beans that extend from the abstract hippo:compound typeinterface
This is a marker interface for all beans that represent a document.interface
Interface for all child nodes primarily meant for the virtual structure below 'hippo:facetnavigation'interface
Interface for all nodes of type 'hippo:facetnavigation'interface
This is a base interface for all beans that represent a folder should implement.interface
The interface which all hippo gallery image implementations should implementinterface
The interface the default hippo gallery set impls must implement.interface
Implementing classes represent a html node in the ecm repository.interface
interface
The base interface for all bean implementing a hippo requestinterface
This is a base interface for all beans that represent a hippo resource should implement.interface
interface
A marker interface for beans that are a result of a jcr node that is only virtual and has no physical equivalence: in other words, the canonical node is nullModifier and TypeMethodDescription<T extends HippoBean>
HippoAvailableTranslationsBean<T>HippoBean.getAvailableTranslations()
<T extends HippoBean>
HippoAvailableTranslationsBean<T>HippoDocumentBean.getAvailableTranslations
(Class<T> beanMappingClass) <T extends HippoBean>
TOnly if a bean found of typebeanMappingClass
, it is returned, and otherwisenull
is returned.<T extends HippoBean>
THippoBean.getBeanByUUID
(String uuid, Class<T> beanMappingClass) <T extends HippoBean>
THippoBean.getCanonicalBean()
HippoBean.getChildBeans
(Class<T> beanMappingClass) Returns all the child beans as aList
with elements of typeT
.HippoBean.getChildBeansByName
(String childNodeName, Class<T> beanMappingClass) <T extends HippoBean>
THippoBean.getLinkedBean
(String relPath, Class<T> beanMappingClass) This method returns theHippoBean
linked byrelPath
of type beanMappingClass.HippoBean.getLinkedBeans
(String relPath, Class<T> beanMappingClass) Same asgetLinkedBean(String, Class)
only now all linked beans found atrelPath
are returned.Modifier and TypeMethodDescriptionHippoRequestBean.getDocument()
HippoBean.getParentBean()
Returns the parent bean wrt this bean.HippoMirrorBean.getReferencedBean()
When you want the HippoBean that this mirror represents, you can use this method.HippoBeanIterator.nextHippoBean()
Returns the nextHippoBean
in the iteration.Modifier and TypeMethodDescriptionboolean
HippoBean.isAncestor
(HippoBean compare) Returnstrue
when thisHippoBean
is an ancestor of thecompare
HippoBean.boolean
HippoBean.isDescendant
(HippoBean compare) Returnstrue
when thisHippoBean
is an descendant of thecompare
HippoBean.boolean
Returnstrue
when thisHippoBean
has a underlying jcr node with the same jcr path as thecompare
HippoBean. -
Uses of HippoBean in org.hippoecm.hst.content.service.translation
-
Uses of HippoBean in org.hippoecm.hst.core.linking
Modifier and TypeMethodDescriptionHstLinkCreator.create
(HippoBean bean, HstRequestContext requestContext) -
Uses of HippoBean in org.hippoecm.hst.core.pagemodel.container
Modifier and TypeMethodDescriptionvoid
MetadataDecorator.decorateContentMetadata
(HstRequestContext requestContext, HippoBean contentBean, MetadataContributable metadataModel) Decorate the given content bean'smetadataModel
. -
Uses of HippoBean in org.hippoecm.hst.core.request
Modifier and TypeMethodDescription<T extends HippoBean>
THstRequestContext.getContentBean
(Class<T> beanMappingClass) Returns same asHstRequestContext.getContentBean()
but if the foundHippoBean
is not of typebeanMappingClass
, thennull
is returned.Modifier and TypeMethodDescriptionHstRequestContext.getContentBean()
Returns the contentHippoBean
for this request.HstRequestContext.getSiteContentBaseBean()
Returns the siteContentBaseBeanHippoBean
for this request.
getClassFor
method.