Package org.apache.tapestry5.kaptcha
Class KaptchaSymbolConstants
- java.lang.Object
-
- org.apache.tapestry5.kaptcha.KaptchaSymbolConstants
-
public class KaptchaSymbolConstants extends java.lang.Object
Defines constants used by theKaptchaModule
and related components.- Since:
- 5.3
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KAPTCHA_DEFAULT_VISIBLE
Sets the default for theKaptchaField
component's visible parameter.
-
Constructor Summary
Constructors Constructor Description KaptchaSymbolConstants()
-
-
-
Field Detail
-
KAPTCHA_DEFAULT_VISIBLE
public static final java.lang.String KAPTCHA_DEFAULT_VISIBLE
Sets the default for theKaptchaField
component's visible parameter. This defaults to true.- Since:
- 5.3
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KaptchaSymbolConstants
public KaptchaSymbolConstants()
-
-