public final class RegisteredServiceValidator extends Object implements org.springframework.validation.Validator
| Constructor and Description |
|---|
RegisteredServiceValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
setMaxDescriptionLength(int maxLength) |
void |
setServicesManager(ServicesManager serviceRegistry) |
boolean |
supports(Class clazz)
Supports RegisteredService objects.
|
void |
validate(Object o,
org.springframework.validation.Errors errors) |
public boolean supports(Class clazz)
supports in interface org.springframework.validation.ValidatorValidator.supports(java.lang.Class)public void validate(Object o, org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.Validatorpublic void setServicesManager(ServicesManager serviceRegistry)
public void setMaxDescriptionLength(int maxLength)
Copyright © 2004-2012 Jasig. All Rights Reserved.