All Implemented Interfaces:
Serializable, IResource, IClusterable

Generates a captcha image.
Author:
Joshua Perlow
See Also:
  • Constructor Details

    • CaptchaImageResource

      Construct.
    • CaptchaImageResource

      public CaptchaImageResource(String challengeId)
      Construct.
      Parameters:
      challengeId - The id of the challenge
    • CaptchaImageResource

      public CaptchaImageResource(IModel<String> challengeId)
      Construct.
      Parameters:
      challengeId - The id of the challenge
    • CaptchaImageResource

      public CaptchaImageResource(IModel<String> challengeId, int fontSize, int margin)
      Construct.
      Parameters:
      challengeId - The id of the challenge
      fontSize - The font size
      margin - The image's margin
    • CaptchaImageResource

      public CaptchaImageResource(String challengeId, int fontSize, int margin)
      Construct.
      Parameters:
      challengeId - The id of the challenge
      fontSize - The font size
      margin - The image's margin
  • Method Details