javax.faces.convert
Annotation Type FacesConverter


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface FacesConverter

Since:
2.0
Version:
$Revision: 696523 $ $Date: 2008-09-24 18:31:37 -0400 (mer., 17 sept. 2008) $
Author:
Simon Lessard (latest modification by $Author: slessard $)

Optional Element Summary
 Class forClass
          This attribute is an alternative for providing the <converter-for-class> element in XML.
 String value
          The converter id.
 

forClass

public abstract Class forClass
This attribute is an alternative for providing the <converter-for-class> element in XML.

Returns:
The class this converter must be registered for.
Default:
java.lang.Object.class

value

public abstract String value
The converter id. Alternative for providing the <converter-id> element in XML.

Returns:
Default:
""


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.