org.apache.tapestry5.kaptcha
Class KaptchaSymbolConstants

java.lang.Object
  extended by org.apache.tapestry5.kaptcha.KaptchaSymbolConstants

public class KaptchaSymbolConstants
extends Object

Defines constants used by the KaptchaModule and related components.

Since:
5.3

Field Summary
static String KAPTCHA_DEFAULT_VISIBLE
          Sets the default for the KaptchaField component's visible parameter.
 
Constructor Summary
KaptchaSymbolConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KAPTCHA_DEFAULT_VISIBLE

public static final String KAPTCHA_DEFAULT_VISIBLE
Sets the default for the KaptchaField component's visible parameter. This defaults to false.

Since:
5.3
See Also:
Constant Field Values
Constructor Detail

KaptchaSymbolConstants

public KaptchaSymbolConstants()


Copyright © 2003-2012 The Apache Software Foundation.