Class CmsExternalLinksValidationResult

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsExternalLinksValidationResult​(java.util.Map<java.lang.String,​java.lang.String> brokenLinks)
      Constructs a new pointer link validation result.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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<java.lang.String,​java.lang.String> 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