|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HippoAvailableTranslationsBean | |
---|---|
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.mock.content.beans.standard |
Uses of HippoAvailableTranslationsBean in org.hippoecm.hst.content.beans.standard |
---|
Classes in org.hippoecm.hst.content.beans.standard that implement HippoAvailableTranslationsBean | |
---|---|
class |
HippoAvailableTranslations<K extends HippoBean>
This is a useful bean for finding available translations of one and the same bean (folder or document). |
static class |
HippoAvailableTranslationsBean.NoopTranslationsBean<K extends HippoBean>
A No-operation instance of a HippoAvailableTranslationsBean |
Methods in org.hippoecm.hst.content.beans.standard that return HippoAvailableTranslationsBean | ||
---|---|---|
|
HippoItem.getAvailableTranslationsBean()
|
|
|
HippoBean.getAvailableTranslationsBean()
In general, only a HippoDocumentBean and HippoFolderBean can have a HippoAvailableTranslationsBean . |
|
|
HippoDocument.getAvailableTranslationsBean(Class<T> beanMappingClass)
|
|
|
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 |
Uses of HippoAvailableTranslationsBean in org.hippoecm.hst.mock.content.beans.standard |
---|
Methods in org.hippoecm.hst.mock.content.beans.standard that return HippoAvailableTranslationsBean | ||
---|---|---|
|
MockHippoBean.getAvailableTranslationsBean()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |