org.xwiki.rendering.transformation.linkchecker
Interface LinkCheckerTransformationConfiguration

All Known Implementing Classes:
DefaultLinkCheckerTransformationConfiguration

@Role
public interface LinkCheckerTransformationConfiguration

Configuration options for the Link Checker Transformation.

Since:
3.3M2

Method Summary
 long getCheckTimeout()
           
 void setCheckTimeout(long checkTimeout)
           
 

Method Detail

getCheckTimeout

long getCheckTimeout()
Returns:
the amount of time (in ms) after which a link should be rechecked for validity

setCheckTimeout

void setCheckTimeout(long checkTimeout)
Parameters:
checkTimeout - the time after which a link should be checked again for validity