Interface HippoTranslated
-
- All Known Subinterfaces:
HippoDocumentBean
,HippoFacetChildNavigationBean
,HippoFacetNavigationBean
,HippoFolderBean
,HippoResultSetBean
public interface HippoTranslated
Interface for beans of hippotranslation:translated.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Locale
getLocale()
Returns theLocale
for content bean.String
getLocaleString()
Return string expression of the locale for content bean.
-
-
-
Method Detail
-
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
-
-