org.codehaus.xsite
Interface LinkValidator

All Known Implementing Classes:
StartsWithLinkValidator

public interface LinkValidator

Interface for link validators.

Since:
1.0
Author:
Jörg Schaible

Method Summary
 boolean isValid(String link)
          Test the argument for a valid link
 

Method Detail

isValid

boolean isValid(String link)
Test the argument for a valid link

Parameters:
link - the link
Returns:
true if valid
Since:
1.0


Copyright © 2009. All Rights Reserved.