Interface Linkable
- All Superinterfaces:
HasViewTypeName
- All Known Subinterfaces:
CMAction
,CMArticle
,CMAudio
,CMChannel
,CMCollection<T>
,CMContext
,CMDownload
,CMDynamicList<T>
,CMExternalLink
,CMGallery<T>
,CMHasContexts
,CMHTML
,CMImageMap
,CMInteractive
,CMLinkable
,CMLocTaxonomy
,CMMedia
,CMNavigation
,CMPerson
,CMPicture
,CMPlaceholder
,CMQueryList
,CMSitemap
,CMSpinner
,CMTaxonomy
,CMTeasable
,CMTeaser
,CMVideo
,CMVisual
,Navigation
Interface to be implemented by content or external content instances, like CMLinkable
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the keywords property.Returns the Locale of this document.The segment is used to create the nice part of the nice URLs.getTitle()
Returns the title to be used in the head meta data.Methods inherited from interface com.coremedia.blueprint.common.navigation.HasViewTypeName
getViewTypeName
-
Method Details
-
getLocale
Locale getLocale()Returns the Locale of this document.- Returns:
- the Locale of this document.
-
getTitle
String getTitle()Returns the title to be used in the head meta data. -
getKeywords
String getKeywords()Returns the value of the keywords property. -
getSegment
String getSegment()The segment is used to create the nice part of the nice URLs.- Returns:
- the URL segment for this content, SEO friendly, human readable
-