Package org.opencms.staticexport
Class CmsLinkProcessor.ExternalLinkWhitelistInfo
java.lang.Object
org.opencms.staticexport.CmsLinkProcessor.ExternalLinkWhitelistInfo
- Enclosing class:
CmsLinkProcessor
Holds information about external link domain whitelists.
-
Constructor Summary
ConstructorsConstructorDescriptionExternalLinkWhitelistInfo
(Set<String> whitelistEntries, Set<String> siteRoots) Creates a new instance -
Method Summary
Modifier and TypeMethodDescriptionGets the site roots matching the whitelistGets the whitelist entries
-
Constructor Details
-
ExternalLinkWhitelistInfo
Creates a new instance- Parameters:
whitelistEntries
- the whitelist entriessiteRoots
- the site roots matching the whitelist
-
-
Method Details
-
getSiteRoots
Gets the site roots matching the whitelist- Returns:
- the matching site roots
-
getWhitelistEntries
Gets the whitelist entries- Returns:
- the whitelist entries
-