| Class | Description |
|---|---|
| InputElement<T> |
To be used in conjunction with
<s:validateForm /> in Validators that should have their values fetched from
a JSF form field. |
| Validator<T> |
A generic abstract class implementing Validator, for convenient removal of type casting.
|
| Exception | Description |
|---|---|
| ValidatorException |
An extension of ValidatorException removing the need for creating new FacesMessage objects when throwing ValidatorExceptions
from Validators.
|
| Annotation Type | Description |
|---|---|
| InputField |
To be used in conjunction with
<s:validateForm /> in Validators that should have their values fetched from
a JSF form field. |
Copyright © 2009-2013 Seam Framework. All Rights Reserved.