Uses of Interface
org.hippoecm.hst.content.beans.standard.HippoBean

Packages that use HippoBean
org.hippoecm.hst.component.support.bean   
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.content.beans.query The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query 
org.hippoecm.hst.content.beans.standard The org.hippoecm.hst.content.beans.standard package defines the API for the HST Content Standard Beans 
org.hippoecm.hst.content.beans.standard.facetnavigation   
org.hippoecm.hst.core.linking The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking 
org.hippoecm.hst.jaxrs   
org.hippoecm.hst.jaxrs.model.content   
org.hippoecm.hst.jaxrs.services   
org.hippoecm.hst.jaxrs.services.content   
org.hippoecm.hst.jaxrs.util   
org.hippoecm.hst.mock.content.beans.standard   
org.hippoecm.hst.pagecomposer.jaxrs.services   
org.hippoecm.hst.tag   
org.hippoecm.hst.util The org.hippoecm.hst.content.util package defines the API for the HST Util 
org.hippoecm.hst.utils   
 

Uses of HippoBean in org.hippoecm.hst.component.support.bean
 

Methods in org.hippoecm.hst.component.support.bean with type parameters of type HippoBean
<T extends HippoBean>
T
BaseHstComponent.getContentBean(HstRequest request, Class<T> beanMappingClass)
           
 

Methods in org.hippoecm.hst.component.support.bean that return HippoBean
 HippoBean BaseHstComponent.getBeanForResolvedSiteMapItem(HstRequest request, ResolvedSiteMapItem resolvedSiteMapItem)
          Return a HippoBean when it can be found for the relativeContentPath for the ResolvedSiteMapItem.
 HippoBean BaseHstComponent.getContentBean(HstRequest request)
          When the ResolvedSiteMapItem belonging to the current requestUri has a relativeContentPath that points to an existing jcr Node, a HippoBean wrapping this node is returned.
 HippoBean BaseHstComponent.getSiteContentBaseBean(HstRequest request)
           
 

Methods in org.hippoecm.hst.component.support.bean that return types with arguments of type HippoBean
protected  List<Class<? extends HippoBean>> BaseHstComponent.getLocalAnnotatedClasses()
          when you want to inject specific component only custom annotated classes override this method This method is only called during the init() phase of a component
 

Uses of HippoBean in org.hippoecm.hst.content.beans.manager
 

Fields in org.hippoecm.hst.content.beans.manager with type parameters of type HippoBean
protected  Map<Class<? extends HippoBean>,String> ObjectConverterImpl.jcrBeanPrimaryNodeTypePairs
           
protected  Map<String,Class<? extends HippoBean>> ObjectConverterImpl.jcrPrimaryNodeTypeBeanPairs
           
 

Methods in org.hippoecm.hst.content.beans.manager that return types with arguments of type HippoBean
 Class<? extends HippoBean> ObjectConverterImpl.getAnnotatedClassFor(String jcrPrimaryNodeType)
           
 Class<? extends HippoBean> ObjectConverter.getAnnotatedClassFor(String jcrPrimaryNodeType)
           
 

Method parameters in org.hippoecm.hst.content.beans.manager with type arguments of type HippoBean
 String ObjectConverterImpl.getPrimaryNodeTypeNameFor(Class<? extends HippoBean> hippoBean)
           
 String ObjectConverter.getPrimaryNodeTypeNameFor(Class<? extends HippoBean> hippoBean)
           
 

Constructor parameters in org.hippoecm.hst.content.beans.manager with type arguments of type HippoBean
ObjectConverterImpl(Map<String,Class<? extends HippoBean>> jcrPrimaryNodeTypeBeanPairs, String[] fallBackJcrNodeTypes)
           
 

Uses of HippoBean in org.hippoecm.hst.content.beans.query
 

Methods in org.hippoecm.hst.content.beans.query with parameters of type HippoBean
 HstQuery HstQueryManagerImpl.createQuery(HippoBean scope)
          Creates a empty query, with the scope HippoBean
 HstQuery HstQueryManager.createQuery(HippoBean scope)
          Creates a empty query, with scope
 HstQuery HstQueryManagerImpl.createQuery(HippoBean scope, Class<? extends HippoBean>... filterBeans)
           
 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 HstQueryManagerImpl.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, Class<? extends HippoBean> filterBean, boolean includeSubTypes)
          Creates a query, with scope HippoBean and Filter for types of filterBean.
 HstQuery HstQueryManagerImpl.createQuery(HippoBean scope, String... primaryNodeTypes)
           
 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
 void HstQueryImpl.addScopes(List<HippoBean> scopes)
           
 void HstQuery.addScopes(List<HippoBean> scopes)
          add scopes to search in.
 HstQuery HstQueryManagerImpl.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, Class<? extends HippoBean> filterBean, boolean includeSubTypes)
          Creates a query, with scope HippoBean and Filter for types of filterBean.
 HstQuery HstQueryManagerImpl.createQuery(javax.jcr.Node scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes)
          Creates a query, with scope and Filter for types of filterBean.
 HstQuery HstQueryManager.createQuery(javax.jcr.Node scope, Class<? extends HippoBean> filterBean, boolean includeSubTypes)
          Creates a query, with scope and Filter for types of filterBean.
 void HstQueryImpl.excludeScopes(List<HippoBean> scopes)
           
 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
 class BeansWrapper<B extends HippoBean>
           
 class BeanWrapper<B extends HippoBean>
           
 class HippoAvailableTranslations<K extends HippoBean>
          This is a useful bean for finding available translations of one and the same bean (folder or document).
 interface HippoAvailableTranslationsBean<K extends HippoBean>
           
static class HippoAvailableTranslationsBean.NoopTranslationsBean<K extends HippoBean>
          A No-operation instance of a HippoAvailableTranslationsBean
 

Subinterfaces of HippoBean in org.hippoecm.hst.content.beans.standard
 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 type
 interface 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 implement
 interface 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 request
 interface 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 null
 

Classes in org.hippoecm.hst.content.beans.standard that implement HippoBean
 class HippoAsset
           
 class HippoAvailableTranslations<K extends HippoBean>
          This is a useful bean for finding available translations of one and the same bean (folder or document).
 class HippoCompound
           The abstract base bean that can (not should) be used for all HippoCompound types.
 class HippoDirectory
           
 class HippoDocument
           
 class HippoFacetSelect
          hippo:facetselect has the same methods as for hippo:mirror
 class HippoFixedDirectory
           
 class HippoFolder
           
 class HippoGalleryImage
          Bean mapping class for the 'hippogallery:image' document type
 class HippoGalleryImageSet
          Bean mapping class for the 'hippogallery:imageset' document type
 class HippoHtml
           
 class HippoItem
           
 class HippoMirror
           
 class HippoRequest
          Deprecated. 
 class HippoResource
          Bean mapping class for the 'hippo:resource' document type
 class HippoStdPubWfRequest
           
 class HippoTranslation
          This bean is only to map a hippo:translation to a bean: Normally, you never use this bean at all, as translations are available through HippoNode.getLocalizedName() Note that this bean is quite different then HippoAvailableTranslations, which can be used to find the 'same' bean in multiple translations.
 

Methods in org.hippoecm.hst.content.beans.standard with type parameters of type HippoBean
<T extends HippoBean>
HippoAvailableTranslationsBean<T>
HippoItem.getAvailableTranslationsBean()
           
<T extends HippoBean>
HippoAvailableTranslationsBean<T>
HippoBean.getAvailableTranslationsBean()
          In general, only a HippoDocumentBean and HippoFolderBean can have a HippoAvailableTranslationsBean.
<T extends HippoBean>
HippoAvailableTranslationsBean<T>
HippoDocument.getAvailableTranslationsBean(Class<T> beanMappingClass)
           
<T extends HippoBean>
HippoAvailableTranslationsBean<T>
HippoDocumentBean.getAvailableTranslationsBean(Class<T> beanMappingClass)
          In case that there is no translation bean, a HippoAvailableTranslationsBean.NoopTranslationsBean is returned, to make sure you do not need null checks
<T extends HippoBean>
T
HippoItem.getBean(String relPath, Class<T> beanMappingClass)
           
<T extends HippoBean>
T
HippoBean.getBean(String relPath, Class<T> beanMappingClass)
           
<T extends HippoBean>
List<T>
HippoItem.getChildBeans(Class<T> beanMappingClass)
           
<T extends HippoBean>
List<T>
HippoBean.getChildBeans(Class<T> beanMappingClass)
           Returns all the child beans as a List with elements of type T.
<T extends HippoBean>
List<T>
HippoItem.getChildBeansByName(String childNodeName, Class<T> beanMappingClass)
           
<T extends HippoBean>
List<T>
HippoBean.getChildBeansByName(String childNodeName, Class<T> beanMappingClass)
           Returns all the child beans of name childNodeName as a List with elements of type T.
<T extends HippoBean>
T
HippoItem.getLinkedBean(String relPath, Class<T> beanMappingClass)
           
<T extends HippoBean>
T
HippoBean.getLinkedBean(String relPath, Class<T> beanMappingClass)
          This method returns the HippoBean linked by relPath of type beanMappingClass, or null if no bean found or not of (sub)type beanMappingClass.
<T extends HippoBean>
List<T>
HippoItem.getLinkedBeans(String relPath, Class<T> beanMappingClass)
           
<T extends HippoBean>
List<T>
HippoBean.getLinkedBeans(String relPath, Class<T> beanMappingClass)
          This method returns all the HippoBean's linked by relPath of type beanMappingClass as a List, or an Empty list if no bean found or not of (sub)type beanMappingClass.
 

Methods in org.hippoecm.hst.content.beans.standard that return HippoBean
 HippoBean HippoItem.getContextualBean()
           
 HippoBean HippoBean.getContextualBean()
          Expert: Returns the 'real' contextual (preview / live context) bean version of this bean.
 HippoBean HippoItem.getContextualParentBean()
           
 HippoBean HippoBean.getContextualParentBean()
          Expert: Returns the parent bean in the context of live/preview.
 HippoBean HippoMirror.getDeref()
          When you want the HippoBean that this mirror is pointing to, you can use this method.
 HippoBean HippoMirrorBean.getDeref()
           
 HippoBean HippoRequest.getDocument()
          Deprecated.  
 HippoBean HippoStdPubWfRequest.getDocument()
           
 HippoBean HippoRequestBean.getDocument()
           
 HippoBean HippoItem.getParentBean()
           
 HippoBean HippoBean.getParentBean()
          Returns the parent bean wrt this bean.
 HippoBean HippoMirror.getReferencedBean()
          When you want the HippoBean that this mirror represents, you can use this method.
 HippoBean HippoMirrorBean.getReferencedBean()
           
 HippoBean HippoBeanIteratorImpl.next()
           
 HippoBean HippoBeanIteratorImpl.nextHippoBean()
           
 HippoBean HippoBeanIterator.nextHippoBean()
          Returns the next HippoBean in the iteration.
 

Methods in org.hippoecm.hst.content.beans.standard with parameters of type HippoBean
 int HippoItem.compareTo(HippoBean hippoBean)
          The standard HippoItem has a natural ordering based on node name.
 boolean HippoItem.isAncestor(HippoBean compare)
           
 boolean HippoBean.isAncestor(HippoBean compare)
          Returns true when this HippoBean is an ancestor of the compare HippoBean.
 boolean HippoItem.isDescendant(HippoBean compare)
           
 boolean HippoBean.isDescendant(HippoBean compare)
          Returns true when this HippoBean is an descendant of the compare HippoBean.
 boolean HippoItem.isSelf(HippoBean compare)
           
 boolean HippoBean.isSelf(HippoBean compare)
          Returns true when this HippoBean has a underlying jcr node with the same jcr path as the compare HippoBean.
 

Constructors in org.hippoecm.hst.content.beans.standard with parameters of type HippoBean
BeansWrapper(HippoBean bean)
           
 

Uses of HippoBean in org.hippoecm.hst.content.beans.standard.facetnavigation
 

Classes in org.hippoecm.hst.content.beans.standard.facetnavigation that implement HippoBean
 class AbstractHippoFacetChildNavigation
          The base class for child item of faceted navigation
 class HippoFacetNavigation
           
 class HippoFacetResult
           
 class HippoFacetsAvailableNavigation
           
 class HippoFacetSearch
           
 class HippoFacetSubNavigation
           
 

Uses of HippoBean in org.hippoecm.hst.core.linking
 

Methods in org.hippoecm.hst.core.linking with parameters of type HippoBean
 HstLink DefaultHstLinkCreator.create(HippoBean bean, HstRequestContext hstRequestContext)
           
 HstLink HstLinkCreator.create(HippoBean bean, HstRequestContext hstRequestContext)
           
 

Uses of HippoBean in org.hippoecm.hst.jaxrs
 

Methods in org.hippoecm.hst.jaxrs with type parameters of type HippoBean
<T extends HippoBean>
T
AbstractJaxrsService.getRequestContentBean(HstRequestContext requestContext, Class<T> beanMappingClass)
          Returns the content HippoBean of type T for the current request.
 

Methods in org.hippoecm.hst.jaxrs that return HippoBean
 HippoBean AbstractJaxrsService.getRequestContentBean(HstRequestContext requestContext)
          Returns the content HippoBean for the current request.
 

Methods in org.hippoecm.hst.jaxrs that return types with arguments of type HippoBean
protected  List<Class<? extends HippoBean>> AbstractJaxrsService.getAnnotatedClasses(HstRequestContext requestContext)
           
 

Method parameters in org.hippoecm.hst.jaxrs with type arguments of type HippoBean
 void AbstractJaxrsService.setAnnotatedClasses(List<Class<? extends HippoBean>> annotatedClasses)
           
 

Uses of HippoBean in org.hippoecm.hst.jaxrs.model.content
 

Methods in org.hippoecm.hst.jaxrs.model.content with parameters of type HippoBean
 NodeRepresentation NodeRepresentation.represent(HippoBean hippoBean)
           
 

Uses of HippoBean in org.hippoecm.hst.jaxrs.services
 

Methods in org.hippoecm.hst.jaxrs.services with type parameters of type HippoBean
protected
<T extends HippoBean>
T
AbstractResource.getRequestContentBean(HstRequestContext requestContext, Class<T> beanMappingClass)
          Returns the content HippoBean of type T for the current request.
 

Methods in org.hippoecm.hst.jaxrs.services that return HippoBean
protected  HippoBean AbstractResource.getChildBeanByRelPathOrPrimaryNodeType(HippoBean hippoBean, String relPath, String primaryNodeType)
           
protected  HippoBean AbstractResource.getRequestContentBean(HstRequestContext requestContext)
          Returns the content HippoBean for the current request.
 

Methods in org.hippoecm.hst.jaxrs.services that return types with arguments of type HippoBean
 List<Class<? extends HippoBean>> AbstractResource.getAnnotatedClasses(HstRequestContext requestContext)
           
 

Methods in org.hippoecm.hst.jaxrs.services with parameters of type HippoBean
protected  String AbstractResource.deleteHippoBean(javax.servlet.http.HttpServletRequest servletRequest, HippoBean hippoBean)
           
protected  HippoBean AbstractResource.getChildBeanByRelPathOrPrimaryNodeType(HippoBean hippoBean, String relPath, String primaryNodeType)
           
protected  Link AbstractResource.getMountLink(HstRequestContext requestContext, HippoBean hippoBean, String mountAliasName, String subPath)
           
protected  Link AbstractResource.getNodeLink(HstRequestContext requestContext, HippoBean hippoBean)
           
protected  Link AbstractResource.getRestLink(HstRequestContext requestContext, HippoBean hippoBean, String subPath)
           
protected  Link AbstractResource.getSiteLink(HstRequestContext requestContext, HippoBean hippoBean)
           
 

Method parameters in org.hippoecm.hst.jaxrs.services with type arguments of type HippoBean
 void AbstractResource.setAnnotatedClasses(List<Class<? extends HippoBean>> annotatedClasses)
           
 

Uses of HippoBean in org.hippoecm.hst.jaxrs.services.content
 

Methods in org.hippoecm.hst.jaxrs.services.content with parameters of type HippoBean
protected  String AbstractContentResource.deleteContentResource(javax.servlet.http.HttpServletRequest servletRequest, HippoBean baseBean, String relPath)
           
 

Uses of HippoBean in org.hippoecm.hst.jaxrs.util
 

Methods in org.hippoecm.hst.jaxrs.util that return types with arguments of type HippoBean
static List<Class<? extends HippoBean>> AnnotatedContentBeanClassesScanner.scanAnnotatedContentBeanClasses(HstRequestContext requestContext, String annoClassesResourcePath)
           
 

Uses of HippoBean in org.hippoecm.hst.mock.content.beans.standard
 

Classes in org.hippoecm.hst.mock.content.beans.standard that implement HippoBean
 class MockHippoBean
           
 class MockHippoResourceBean
           
 

Methods in org.hippoecm.hst.mock.content.beans.standard with type parameters of type HippoBean
<T extends HippoBean>
HippoAvailableTranslationsBean<T>
MockHippoBean.getAvailableTranslationsBean()
           
<T extends HippoBean>
T
MockHippoBean.getBean(String relPath, Class<T> beanMappingClass)
           
<T extends HippoBean>
List<T>
MockHippoBean.getChildBeans(Class<T> beanMappingClass)
           
<T extends HippoBean>
List<T>
MockHippoBean.getChildBeansByName(String childNodeName, Class<T> beanMappingClass)
           
<T extends HippoBean>
T
MockHippoBean.getLinkedBean(String relPath, Class<T> beanMappingClass)
           
<T extends HippoBean>
List<T>
MockHippoBean.getLinkedBeans(String relPath, Class<T> beanMappingClass)
           
 

Methods in org.hippoecm.hst.mock.content.beans.standard that return HippoBean
 HippoBean MockHippoBean.getContextualBean()
           
 HippoBean MockHippoBean.getContextualParentBean()
           
 HippoBean MockHippoBean.getParentBean()
           
 HippoBean MockHippoBeanIterator.next()
           
 HippoBean MockHippoBeanIterator.nextHippoBean()
           
 

Methods in org.hippoecm.hst.mock.content.beans.standard with parameters of type HippoBean
 int MockHippoBean.compareTo(HippoBean o)
           
 boolean MockHippoBean.isAncestor(HippoBean compare)
           
 boolean MockHippoBean.isDescendant(HippoBean compare)
           
 boolean MockHippoBean.isSelf(HippoBean compare)
           
 

Constructor parameters in org.hippoecm.hst.mock.content.beans.standard with type arguments of type HippoBean
MockHippoBeanIterator(List<HippoBean> hippoDocuments)
           
 

Uses of HippoBean in org.hippoecm.hst.pagecomposer.jaxrs.services
 

Methods in org.hippoecm.hst.pagecomposer.jaxrs.services that return types with arguments of type HippoBean
protected  List<Class<? extends HippoBean>> AbstractConfigResource.getAnnotatedClasses(HstRequestContext requestContext)
           
 

Uses of HippoBean in org.hippoecm.hst.tag
 

Fields in org.hippoecm.hst.tag declared as HippoBean
protected  HippoBean HstCmsEditLinkTag.hippoBean
           
protected  HippoBean HstLinkTag.hippoBean
           
 

Methods in org.hippoecm.hst.tag that return HippoBean
 HippoBean HstCmsEditLinkTag.getHippobean()
           
 HippoBean HstLinkTag.getHippobean()
           
protected  HippoBean HstTagSupport.getSiteContentBaseBean(HstRequest request)
          Get the site content base bean, which is the root document bean whithin preview or live context.
 

Methods in org.hippoecm.hst.tag with parameters of type HippoBean
 void HstCmsEditLinkTag.setHippobean(HippoBean hippoBean)
           
 void HstLinkTag.setHippobean(HippoBean hippoBean)
           
 

Uses of HippoBean in org.hippoecm.hst.util
 

Methods in org.hippoecm.hst.util with type parameters of type HippoBean
static
<T extends HippoBean>
List<T>
ContentBeanUtils.getIncomingBeans(HstQuery query, Class<? extends HippoBean> beanMappingClass)
          Returns a list of beans of type T (the same type as beanMappingClass) that have a (facet)link to the HippoDocumentBean bean.
 

Methods in org.hippoecm.hst.util that return types with arguments of type HippoBean
static List<Class<? extends HippoBean>> ObjectConverterUtils.getAnnotatedClasses(ClasspathResourceScanner resourceScanner, String... locationPatterns)
          Collects bean classes annotated by Node from the location specified by locationPattern.
static List<Class<? extends HippoBean>> ObjectConverterUtils.getAnnotatedClasses(URL url)
          Collects bean classes annotated by Node from a XML Resource URL.
 

Methods in org.hippoecm.hst.util with parameters of type HippoBean
static HstQuery ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, int depth, ObjectConverter converter, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Returns a HstQuery for incoming beans (incoming beans within scope scope).
static HstQuery ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, List<String> linkPaths, ObjectConverter converter, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Returns a HstQuery for incoming beans (incoming beans within scope scope).
static HstQuery ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, String linkPath, ObjectConverter converter, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Returns a HstQuery for incoming beans (incoming beans within scope scope).
 

Method parameters in org.hippoecm.hst.util with type arguments of type HippoBean
static HstQuery ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, int depth, ObjectConverter converter, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Returns a HstQuery for incoming beans (incoming beans within scope scope).
static HstQuery ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, List<String> linkPaths, ObjectConverter converter, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Returns a HstQuery for incoming beans (incoming beans within scope scope).
static HstQuery ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, String linkPath, ObjectConverter converter, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Returns a HstQuery for incoming beans (incoming beans within scope scope).
static ObjectConverter ObjectConverterUtils.createObjectConverter(Collection<Class<? extends HippoBean>> annotatedClasses)
          Creates ObjectConverter, with ignoreDuplicates = false, which means that when there are two annotated beans with the same value for Node.jcrType(), an IllegalArgumentException is thrown.
static ObjectConverter ObjectConverterUtils.createObjectConverter(Collection<Class<? extends HippoBean>> annotatedClasses, boolean ignoreDuplicates)
          Creates ObjectConverter.
static ObjectConverter ObjectConverterUtils.createObjectConverter(Collection<Class<? extends HippoBean>> annotatedClasses, Class<? extends HippoBean>[] builtInMappingClasses, String[] fallbackNodeTypes, boolean ignoreDuplicates)
          Creates ObjectConverter.
static
<T extends HippoBean>
List<T>
ContentBeanUtils.getIncomingBeans(HstQuery query, Class<? extends HippoBean> beanMappingClass)
          Returns a list of beans of type T (the same type as beanMappingClass) that have a (facet)link to the HippoDocumentBean bean.
 

Uses of HippoBean in org.hippoecm.hst.utils
 

Methods in org.hippoecm.hst.utils with type parameters of type HippoBean
static
<T extends HippoBean>
T
BeanUtils.getFacetedNavigationResultDocument(HstRequest hstRequest, HstQuery query, ObjectConverter objectConverter, Class<T> beanMappingClass)
          Tries to return a bean that is located in a faceted navigation tree below a result set.
static
<T extends HippoBean>
T
BeanUtils.getFacetedNavigationResultDocument(HstRequest hstRequest, HstQuery query, String relPath, ObjectConverter objectConverter, Class<T> beanMappingClass)
          Tries to return a bean that is located in a faceted navigation tree below a result set.
static
<T extends HippoBean>
T
BeanUtils.getFacetedNavigationResultDocument(HstRequest hstRequest, String query, ObjectConverter objectConverter, Class<T> beanMappingClass)
          Tries to return a bean that is located in a faceted navigation tree below a result set.
static
<T extends HippoBean>
T
BeanUtils.getFacetedNavigationResultDocument(HstRequest hstRequest, String query, String relPath, ObjectConverter objectConverter, Class<T> beanMappingClass)
          Tries to return a bean that is located in a faceted navigation tree below a result set.
static
<T extends HippoBean>
List<T>
BeanUtils.getIncomingBeans(HstQuery query, Class<? extends HippoBean> beanMappingClass)
          Deprecated. use ContentBeanUtils.getIncomingBeans(HstQuery, Class) instead
 

Methods in org.hippoecm.hst.utils with parameters of type HippoBean
static HstQuery BeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, int depth, BaseHstComponent component, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Deprecated. use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, int, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter()
static HstQuery BeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, List<String> linkPaths, BaseHstComponent component, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Deprecated. use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, List, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter()
static HstQuery BeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, String linkPath, BaseHstComponent component, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Deprecated. use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, String, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter()
 

Method parameters in org.hippoecm.hst.utils with type arguments of type HippoBean
static HstQuery BeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, int depth, BaseHstComponent component, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Deprecated. use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, int, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter()
static HstQuery BeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, List<String> linkPaths, BaseHstComponent component, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Deprecated. use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, List, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter()
static HstQuery BeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, String linkPath, BaseHstComponent component, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Deprecated. use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, String, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter()
static
<T extends HippoBean>
List<T>
BeanUtils.getIncomingBeans(HstQuery query, Class<? extends HippoBean> beanMappingClass)
          Deprecated. use ContentBeanUtils.getIncomingBeans(HstQuery, Class) instead
 



Copyright © 2008-2012 Hippo. All Rights Reserved.