Package org.radeox.filter
Interface LinkTester
-
public interface LinkTester
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists(String link)Test for the existence of an object given a String key for an object, for example the name of a wiki page.
-
-
-
Method Detail
-
exists
boolean exists(String link)
Test for the existence of an object given a String key for an object, for example the name of a wiki page.- Returns:
- exists returns true if the objects exists
-
-