org.hippoecm.hst.content.beans.standard
Interface HippoTranslated

All Known Subinterfaces:
HippoDocumentBean, HippoFacetChildNavigationBean, HippoFacetNavigationBean, HippoFolderBean, HippoResultSetBean
All Known Implementing Classes:
AbstractHippoFacetChildNavigation, HippoAsset, HippoDirectory, HippoDocument, HippoFacetNavigation, HippoFacetResult, HippoFacetsAvailableNavigation, HippoFacetSearch, HippoFacetSelect, HippoFacetSubNavigation, HippoFixedDirectory, HippoFolder, HippoGalleryImageSet, HippoMirror

public interface HippoTranslated

Interface for beans of hippotranslation:translated.

Version:
$Id$

Method Summary
 Locale getLocale()
          Returns the Locale 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

getLocale

Locale getLocale()
Returns the Locale for content bean. If there is no Locale found, null is returned

Returns:
the Locale for content bean and null when missing


Copyright © 2008-2012 Hippo. All Rights Reserved.