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. |
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 keyvalue - potential value for preference
- Returns:
- true if the value is a legal value for the key.