Class CmsLinkProcessor.ExternalLinkWhitelistInfo

java.lang.Object
org.opencms.staticexport.CmsLinkProcessor.ExternalLinkWhitelistInfo
Enclosing class:
CmsLinkProcessor

Holds information about external link domain whitelists.
  • Constructor Details

    • ExternalLinkWhitelistInfo

      public ExternalLinkWhitelistInfo(Set<String> whitelistEntries, Set<String> siteRoots)
      Creates a new instance
      Parameters:
      whitelistEntries - the whitelist entries
      siteRoots - the site roots matching the whitelist
  • Method Details

    • getSiteRoots

      public Set<String> getSiteRoots()
      Gets the site roots matching the whitelist
      Returns:
      the matching site roots
    • getWhitelistEntries

      Gets the whitelist entries
      Returns:
      the whitelist entries