Class HTMLExpertLinkResolver
- java.lang.Object
-
- org.ametys.plugins.newsletter.testsending.HTMLExpertLinkResolver
-
public final class HTMLExpertLinkResolver extends Object
This class parses and resolve links using ResolveLinkComponent
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
parseAndResolve(String htmlexpert, String idDataHolderContent)
Parse a html string and resolve link found
-
-
-
Method Detail
-
parseAndResolve
public static String parseAndResolve(String htmlexpert, String idDataHolderContent)
Parse a html string and resolve link found- Parameters:
htmlexpert
- The htmlexpert stringidDataHolderContent
- The id of the content holding the data. Can be null to keep the uri as is- Returns:
- The string with links resolved
-
-