public interface IPage extends com.helger.commons.id.IHasID<String>, com.helger.commons.text.display.IHasDisplayText
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.attr.IAttributeContainerAny<String> |
attrs() |
String |
getDescription(Locale aContentLocale)
Get the description of the page in the passed locale.
|
@Nullable String getDescription(@Nonnull Locale aContentLocale)
aContentLocale - The content locale to get the description from. May not be
null.null if no description text in the specified locale is
available.Copyright © 2014–2018 Philip Helger. All rights reserved.