Package org.opencms.relations
Class CmsExternalLinksValidationResult
java.lang.Object
org.opencms.relations.CmsExternalLinksValidationResult
Stores the result of a pointer link validation.
- Since:
- 6.0.0
-
Constructor Summary
ConstructorDescriptionCmsExternalLinksValidationResult
(Map<String, String> brokenLinks) Constructs a new pointer link validation result. -
Method Summary
-
Constructor Details
-
CmsExternalLinksValidationResult
Constructs a new pointer link validation result.- Parameters:
brokenLinks
- a list of the broken links
-
-
Method Details
-
toHtml
Returns a Html representation of this pointer link validation result.- Parameters:
locale
- the Locale to display the result in- Returns:
- a Html representation of this external link validation result
-