Class KaptchaImage
- java.lang.Object
-
- org.apache.tapestry5.kaptcha.components.KaptchaImage
-
@SupportsInformalParameters public class KaptchaImage extends java.lang.Object
Part of a Captcha based authentication scheme; a KaptchaImage generates a new text image whenever it renders and can provide the previously rendered text subsequently (it is stored persistently in the session). The component renders an<img>
tag, including width and height attributes. Other attributes come from informal parameters.- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description KaptchaImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCaptchaText()
-
-
-
Constructor Detail
-
KaptchaImage
public KaptchaImage()
-
-
Method Detail
-
getCaptchaText
public java.lang.String getCaptchaText()
-
-