|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.my.portlets.bookmarks.domain.validation.EntryValidator
edu.wisc.my.portlets.bookmarks.domain.validation.FolderValidator
public class FolderValidator
Validates a Folder, currently there is nothing to validate beyond what the EntryValidator provides.
| Constructor Summary | |
|---|---|
FolderValidator()
|
|
| Method Summary | |
|---|---|
boolean |
supports(java.lang.Class clazz)
|
void |
validate(java.lang.Object obj,
org.springframework.validation.Errors errors)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FolderValidator()
| Method Detail |
|---|
public boolean supports(java.lang.Class clazz)
supports in interface org.springframework.validation.Validatorsupports in class EntryValidatorEntryValidator.supports(java.lang.Class)
public void validate(java.lang.Object obj,
org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.Validatorvalidate in class EntryValidatorEntryValidator.validate(java.lang.Object, org.springframework.validation.Errors)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||