org.apache.shale.tiger.register
Annotation Type FacesConverter


@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.

Since:
1.0.1

Required Element Summary
 String value
          The converter id under which this converter should be registered.
 

Element Detail

value

public abstract String value

The converter id under which this converter should be registered.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.