Package | Description |
---|---|
org.jboss.seam.core |
A set of Seam components that implement Seam.
|
org.jboss.seam.framework |
A framework for data access in Seam.
|
Modifier and Type | Method and Description |
---|---|
protected <T> ClassValidator<T> |
Validators.createValidator(Class<T> modelClass)
Create a new ClassValidator for the given class, using the current Seam
ResourceBundle.
|
<T> ClassValidator<T> |
Validators.getValidator(Class<T> modelClass)
Get the cached ClassValidator instance.
|
<T> ClassValidator<T> |
Validators.getValidator(T model)
Get the cached ClassValidator instance.
|
Modifier and Type | Method and Description |
---|---|
protected <T> ClassValidator<T> |
Controller.getValidator(Class<T> modelClass) |
protected <T> ClassValidator<T> |
Controller.getValidator(T model) |
Copyright © 2015 Seam Framework. All Rights Reserved.