org.vfny.geoserver.control
Interface IValidator


public interface IValidator

Interface for a validator that validates the preferences.

Author:
Jesse

Method Summary
 boolean isValid(java.lang.String key, java.lang.String value)
          Returns true if the value is a legal value for the key.
 

Method Detail

isValid

boolean isValid(java.lang.String key,
                java.lang.String value)
Returns true if the value is a legal value for the key.

Parameters:
key - preference key
value - potential value for preference
Returns:
true if the value is a legal value for the key.