org.xwiki.rendering.internal.transformation.linkchecker
Class LinkCheckerScriptService

java.lang.Object
  extended by org.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerScriptService
All Implemented Interfaces:
ScriptService

@Component
@Named(value="linkchecker")
@Singleton
public class LinkCheckerScriptService
extends Object
implements ScriptService

Provides access to the LinkStateManager for scripts.

Since:
3.3M1

Constructor Summary
LinkCheckerScriptService()
           
 
Method Summary
 Map<String,Map<String,LinkState>> getLinkStates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkCheckerScriptService

public LinkCheckerScriptService()
Method Detail

getLinkStates

public Map<String,Map<String,LinkState>> getLinkStates()
Returns:
the checked link states, see LinkStateManager