Package com.day.cq.rewriter.linkchecker
Class LinkRewriteConfig
- java.lang.Object
-
- com.day.cq.rewriter.linkchecker.LinkRewriteConfig
-
public class LinkRewriteConfig extends Object
LinkRewriteConfigholds the prefix and suffix strings for links that are invalid, expired or predated.
-
-
Constructor Summary
Constructors Constructor Description LinkRewriteConfig(boolean remove, String prefix, String suffix)Creates a new config.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrefix()Returns the prefix stringStringgetSuffix()Returns the suffix stringbooleanremove()Controls if the link should be removed
-