|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FacesConverter
Class-level annotation indicating that this class should be registered
as a JavaServer Faces Converter under the converter id
specified by the value attribute.
ASSERTION - The annotated class implements
Converter.
| Required Element Summary | |
|---|---|
String |
value
The converter id under which this converter should be registered. |
| Element Detail |
|---|
public abstract String value
The converter id under which this converter should be registered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||