API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.captcha. JOTCaptchaGeneratorInterface View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 JOTCaptchaGeneratorInterface
Subinterfaces
Description
public interface JOTCaptchaGeneratorInterface
See also:   
Methods
Hide/Show inherited methods
public String getChars ()
Return a string contatining all the possible chars that can might be in the captcha
public String writeToBrowser (JOTAbstractImageWriterInterface writer, HttpServletResponse response) throws Exception
  Sends the captchca straight to the browser (sets headers etc..).
public String writeToFile (JOTAbstractImageWriterInterface writer, File imageFile) throws Exception
  Creates a captcha image Return captcha code
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar