@Namespace(value="http://jboss.com/products/seam/captcha", prefix="org.jboss.seam.captcha")

Package org.jboss.seam.captcha

A simple CAPTCHA algorithm that supports customization

See:
          Description

Class Summary
Captcha Default CAPTCHA algorithm, a simple addition problem.
CaptchaImage Serves CAPTCHA images
CaptchaResponseValidator Validates that the input entered by the user matches the captcha image.
 

Annotation Types Summary
CaptchaResponse  
 

Package org.jboss.seam.captcha Description

A simple CAPTCHA algorithm that supports customization