Class CaptchaImageResource

    • Constructor Detail

      • CaptchaImageResource

        public CaptchaImageResource​(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