Interface HippoTranslated
- All Known Subinterfaces:
HippoDocumentBean
,HippoFacetChildNavigationBean
,HippoFacetNavigationBean
,HippoFolderBean
,HippoResultSetBean
public interface HippoTranslated
Interface for beans of hippotranslation:translated.
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionReturns theLocale
for content bean.Return string expression of the locale for content bean.
-
Method Details
-
getLocaleString
String getLocaleString()Return string expression of the locale for content bean. If there is no locale found,null
is returned- Returns:
- the string expression of the locale for content bean and
null
when missing
-
getLocale
Locale getLocale()- Returns:
- the
Locale
for content bean andnull
when missing
-