org.opencms.relations
Class CmsExternalLinksValidationResult

java.lang.Object
  extended by org.opencms.relations.CmsExternalLinksValidationResult

public class CmsExternalLinksValidationResult
extends java.lang.Object

Stores the result of a pointer link validation.

Since:
6.0.0
Version:
$Revision: 1.7 $
Author:
Jan Baudisch

Constructor Summary
CmsExternalLinksValidationResult(java.util.Map brokenLinks)
          Constructs a new pointer link validation result.
 
Method Summary
 java.lang.String toHtml(java.util.Locale locale)
          Returns a Html representation of this pointer link validation result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsExternalLinksValidationResult

public CmsExternalLinksValidationResult(java.util.Map brokenLinks)
Constructs a new pointer link validation result.

Parameters:
brokenLinks - a list of the broken links
Method Detail

toHtml

public java.lang.String toHtml(java.util.Locale locale)
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