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