Uses of Interface
org.hippoecm.hst.content.beans.standard.HippoBean
-
Packages that use HippoBean Package Description org.hippoecm.hst.content.beans.manager The org.hippoecm.hst.content.beans.manager package defines the API for the HST Content Beans Managerorg.hippoecm.hst.content.beans.query The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Queryorg.hippoecm.hst.content.beans.standard org.hippoecm.hst.content.service.translation The org.hippoecm.hst.content.service.translation package defines the Hippo Translation related services.org.hippoecm.hst.core.linking The org.hippoecm.hst.core.linking package defines the API for the HST Core Linkingorg.hippoecm.hst.core.pagemodel.container org.hippoecm.hst.core.request 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
Methods in org.hippoecm.hst.content.beans.manager that return types with arguments of type HippoBean Modifier and Type Method Description Class<? extends HippoBean>
ObjectConverter. getAnnotatedClassFor(String jcrPrimaryNodeType)
Deprecated.Use thegetClassFor
method.default Class<? extends HippoBean>
ObjectConverter. getClassFor(String jcrPrimaryNodeType)
Method parameters in org.hippoecm.hst.content.beans.manager with type arguments of type HippoBean Modifier and Type Method Description String
ObjectConverter. getPrimaryNodeTypeNameFor(Class<? extends HippoBean> hippoBean)
-
Uses of HippoBean in org.hippoecm.hst.content.beans.query
Methods in org.hippoecm.hst.content.beans.query with parameters of type HippoBean Modifier and Type Method Description HstQuery
HstQueryManager. createQuery(HippoBean scope)
Creates a empty query, with scopeHstQuery
HstQueryManager. createQuery(HippoBean scope, boolean includeSubTypes, Class<? extends HippoBean>... filterBean)
HstQuery
HstQueryManager. createQuery(HippoBean scope, boolean includeSubTypes, String... primaryNodeTypes)
HstQuery
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.HstQuery
HstQueryManager. createQuery(HippoBean scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes)
Creates a query, with scope HippoBean and Filter for types of filterBean.HstQuery
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.Method parameters in org.hippoecm.hst.content.beans.query with type arguments of type HippoBean Modifier and Type Method Description void
HstQuery. addScopes(List<HippoBean> scopes)
add scopes to search in.HstQuery
HstQueryManager. createQuery(Node scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes)
Creates a query, with scope and Filter for types of filterBean.HstQuery
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
Classes in org.hippoecm.hst.content.beans.standard with type parameters of type HippoBean Modifier and Type Interface Description interface
HippoAvailableTranslationsBean<K extends HippoBean>
static class
HippoAvailableTranslationsBean.NoopTranslationsBean<K extends HippoBean>
A No-operation instance of a HippoAvailableTranslationsBeanSubinterfaces of HippoBean in org.hippoecm.hst.content.beans.standard Modifier and Type Interface Description interface
HippoAssetBean
This is a base interface for possible beans containing an asset.interface
HippoCompoundBean
A marker interface for all beans that extend from the abstract hippo:compound typeinterface
HippoDocumentBean
This is a marker interface for all beans that represent a document.interface
HippoFacetChildNavigationBean
Interface for all child nodes primarily meant for the virtual structure below 'hippo:facetnavigation'interface
HippoFacetNavigationBean
Interface for all nodes of type 'hippo:facetnavigation'interface
HippoFolderBean
This is a base interface for all beans that represent a folder should implement.interface
HippoGalleryImageBean
The interface which all hippo gallery image implementations should implementinterface
HippoGalleryImageSetBean
The interface the default hippo gallery set impls must implement.interface
HippoHtmlBean
Implementing classes represent a html node in the ecm repository.interface
HippoMirrorBean
interface
HippoRequestBean
The base interface for all bean implementing a hippo requestinterface
HippoResourceBean
This is a base interface for all beans that represent a hippo resource should implement.interface
HippoResultSetBean
interface
HippoVirtualOnlyBean
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 nullMethods in org.hippoecm.hst.content.beans.standard with type parameters of type HippoBean Modifier and Type Method Description <T extends HippoBean>
HippoAvailableTranslationsBean<T>HippoBean. getAvailableTranslations()
<T extends HippoBean>
HippoAvailableTranslationsBean<T>HippoDocumentBean. getAvailableTranslations(Class<T> beanMappingClass)
<T extends HippoBean>
THippoBean. getBean(String relPath, Class<T> beanMappingClass)
Only 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()
<T extends HippoBean>
List<T>HippoBean. getChildBeans(Class<T> beanMappingClass)
Returns all the child beans as aList
with elements of typeT
.<T extends HippoBean>
List<T>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.<T extends HippoBean>
List<T>HippoBean. getLinkedBeans(String relPath, Class<T> beanMappingClass)
Same asgetLinkedBean(String, Class)
only now all linked beans found atrelPath
are returned.Methods in org.hippoecm.hst.content.beans.standard that return HippoBean Modifier and Type Method Description HippoBean
HippoRequestBean. getDocument()
HippoBean
HippoBean. getParentBean()
Returns the parent bean wrt this bean.HippoBean
HippoMirrorBean. getReferencedBean()
When you want the HippoBean that this mirror represents, you can use this method.HippoBean
HippoBeanIterator. nextHippoBean()
Returns the nextHippoBean
in the iteration.Methods in org.hippoecm.hst.content.beans.standard with parameters of type HippoBean Modifier and Type Method Description boolean
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
HippoBean. isSelf(HippoBean compare)
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
Methods in org.hippoecm.hst.content.service.translation with type parameters of type HippoBean Modifier and Type Method Description <T extends HippoBean>
Map<String,T>HippoTranslationBeanService. getTranslationBeans(Session session, String translationId, Class<T> beanMappingClass)
Returns all the Hippo Translation Beans oftranslationId
. -
Uses of HippoBean in org.hippoecm.hst.core.linking
Methods in org.hippoecm.hst.core.linking with parameters of type HippoBean Modifier and Type Method Description HstLink
HstLinkCreator. create(HippoBean bean, HstRequestContext requestContext)
-
Uses of HippoBean in org.hippoecm.hst.core.pagemodel.container
Methods in org.hippoecm.hst.core.pagemodel.container with parameters of type HippoBean Modifier and Type Method Description void
MetadataDecorator. decorateContentMetadata(HstRequestContext requestContext, HippoBean contentBean, MetadataContributable metadataModel)
Decorate the given content bean'smetadataModel
. -
Uses of HippoBean in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request with type parameters of type HippoBean Modifier and Type Method Description <T extends HippoBean>
THstRequestContext. getContentBean(Class<T> beanMappingClass)
Returns same asHstRequestContext.getContentBean()
but if the foundHippoBean
is not of typebeanMappingClass
, thennull
is returned.Methods in org.hippoecm.hst.core.request that return HippoBean Modifier and Type Method Description HippoBean
HstRequestContext. getContentBean()
Returns the contentHippoBean
for this request.HippoBean
HstRequestContext. getSiteContentBaseBean()
Returns the siteContentBaseBeanHippoBean
for this request.
-