Uses of Annotation Interface
org.hippoecm.hst.content.annotations.PageModelIgnore
Package
Description
The org.hippoecm.hst.core.sitemenu package defines the API for the HST Core SiteMenu
-
Uses of PageModelIgnore in org.hippoecm.hst.content.beans.standard
Modifier and TypeMethodDescription<T extends HippoBean>
HippoAvailableTranslationsBean<T>HippoBean.getAvailableTranslations()
<T extends HippoBean>
HippoAvailableTranslationsBean<T>HippoDocumentBean.getAvailableTranslations
(Class<T> beanMappingClass) <T extends HippoBean>
THippoBean.getCanonicalBean()
HippoDocumentBean.getCanonicalHandlePath()
Returns the jcr path of the backing canonical handle jcr node ornull
whenHippoDocumentBean.getCanonicalHandleUUID()
Returns the jcr uuid of the backing canonical handle jcr node ornull
whenHippoBean.getCanonicalPath()
Returns the jcr path of the backing canonical (physical) jcr node ornull
whenHippoBean.getCanonicalUUID()
Returns the jcr uuid of the backing canonical (physical) jcr node ornull
whendefault String
HippoBean.getComparePath()
Returns the canonical pathHippoHtmlBean.getContent()
Since in the Page Model API (PMA) we do not want to serialize the raw String content (but instead a rewritten content resolving internal links), we ignore theHippoHtmlBean.getContent()
in PMA via@PageModelIgnore
HippoHtmlBean.getDisplayName()
HippoFolderBean.getDocuments()
This method returns theList
ofHippoDocumentBean
s in the order they are in the repository.HippoBean.getEqualComparator()
A convenience method capable of comparing two HippoBean instances for you for the underlying jcr node.HippoFolderBean.getFolders()
IdentifiableContentBean.getIdentifier()
This returns the identifier of the backing provider for this bean, for example some UUID or /documents/content/myprojec/news/article or http://www.example.com/foo/bar, or a RDBMS id, etc It is not allowed for any implementation to returnnull
HippoResourceBean.getLengthKB()
Return size in kilobytesHippoResourceBean.getLengthMB()
Return size in kilobytesHippoTranslated.getLocale()
Returns theLocale
for content bean.HippoHtmlBean.getName()
HippoBean.getNode()
This returns the backing jcr node for this bean.HippoBean.getParentBean()
Returns the parent bean wrt this bean.HippoBean.getPath()
This returns the absolute path of the backing jcr node for this bean, for example /documents/content/myprojec/news/article When the jcr node is virtual, it returns the virtual path.HippoBean.getProperties()
Same asHippoBean.getSingleProperty(String)
, where getProperty is only there for having a nice .getProperty['propname'] in jsp expression languageHippoBean.getProperty()
HippoMirrorBean.getReferencedBean()
When you want the HippoBean that this mirror represents, you can use this method.default String
HippoCompoundBean.getRepresentationId()
in the Page Model API we do not want to show uuid for nodes below a document (compound)default String
HippoHtmlBean.getRepresentationId()
in the Page Model API we do not want to show uuid for nodes below a document (compound)default String
HippoMirrorBean.getRepresentationId()
in the Page Model API we do not want to show uuid for nodes below a document (compound)default String
HippoResourceBean.getRepresentationId()
in the Page Model API we do not want to show uuid for nodes below a document (compound)HippoBean.getValueProvider()
boolean
HippoResourceBean.isBlank()
Returntrue
if this resource contains blank data and should not be used by the frontend.boolean
HippoBean.isHippoDocumentBean()
boolean
HippoBean.isHippoFolderBean()
boolean
HippoBean.isLeaf()
boolean
HippoBean.isVersionedNode()