public interface MetaAttributes
Modifier and Type | Method and Description |
---|---|
LocalizedString |
getMetaDescription() |
LocalizedString |
getMetaKeywords() |
LocalizedString |
getMetaTitle() |
static MetaAttributesDsl |
metaAttributesOf(Locale locale,
String metaTitle,
String metaDescription,
String metaKeywords) |
static MetaAttributesDsl |
metaAttributesOf(LocalizedString metaTitle,
LocalizedString metaDescription,
LocalizedString metaKeywords) |
@Nullable LocalizedString getMetaTitle()
@Nullable LocalizedString getMetaDescription()
@Nullable LocalizedString getMetaKeywords()
static MetaAttributesDsl metaAttributesOf(@Nullable LocalizedString metaTitle, @Nullable LocalizedString metaDescription, @Nullable LocalizedString metaKeywords)
static MetaAttributesDsl metaAttributesOf(Locale locale, String metaTitle, String metaDescription, String metaKeywords)