Package org.opencms.workplace.commons
Class CmsPublishBrokenRelationFormatter
java.lang.Object
org.opencms.workplace.commons.CmsPublishBrokenRelationFormatter
- All Implemented Interfaces:
I_CmsListFormatter
This list item detail formatter for broken links.
- Since:
- 6.5.5
-
Field Details
-
PREFIX_SOURCES
Resource name prefix for broken link sources.- See Also:
-
PREFIX_TARGETS
Resource name prefix for broken link targets.- See Also:
-
-
Constructor Details
-
CmsPublishBrokenRelationFormatter
public CmsPublishBrokenRelationFormatter()
-
-
Method Details
-
format
Description copied from interface:I_CmsListFormatter
Returns a formatted string for the specified data.Take care of
null
data.- Specified by:
format
in interfaceI_CmsListFormatter
- Parameters:
data
- the data to formatlocale
- the locale for formatting- Returns:
- formatted data
- See Also:
-