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


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FacesValidator

Class-level annotation indicating that this class should be registered as a JavaServer Faces Validator under the validator id specified by the value attribute.

ASSERTION - The annotated class implements Validator.

Since:
1.0.1

Required Element Summary
 java.lang.String value
          The validator id under which this validator should be registered.
 

Element Detail

value

public abstract java.lang.String value

The validator id under which this validator should be registered.



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