net.jot.web.forms.ui
Class JOTFormCaptchaField

java.lang.Object
  extended by net.jot.web.forms.ui.JOTFormField
      extended by net.jot.web.forms.ui.JOTFormTextField
          extended by net.jot.web.forms.ui.JOTFormCaptchaField

public class JOTFormCaptchaField
extends JOTFormTextField

Author:
tcolar

Field Summary
 
Fields inherited from class net.jot.web.forms.ui.JOTFormTextField
size
 
Fields inherited from class net.jot.web.forms.ui.JOTFormField
defaultValue, description, name, saveAutomatically, type
 
Constructor Summary
JOTFormCaptchaField(java.lang.String name, java.lang.String description, java.lang.String captchcaServletUrl)
           
JOTFormCaptchaField(java.lang.String name, java.lang.String description, java.lang.String captchcaServletUrl, JOTCaptchaGeneratorInterface captchaGenerator)
          Generator: the generator that will be used to generate the image, when captchcaUrl is called This is used to show in the help which chars might be used in the captcha
 
Method Summary
 java.lang.String getCaptchcaUrl()
           
 void setCaptchcaUrl(java.lang.String captchcaUrl)
           
 
Methods inherited from class net.jot.web.forms.ui.JOTFormTextField
getSize, setSize
 
Methods inherited from class net.jot.web.forms.ui.JOTFormField
getDefaultValue, getDescription, getHelp, getName, getType, isSaveAutomatically, setDefaultValue, setDescription, setHelp, setName, setSaveAutomatically, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOTFormCaptchaField

public JOTFormCaptchaField(java.lang.String name,
                           java.lang.String description,
                           java.lang.String captchcaServletUrl)

JOTFormCaptchaField

public JOTFormCaptchaField(java.lang.String name,
                           java.lang.String description,
                           java.lang.String captchcaServletUrl,
                           JOTCaptchaGeneratorInterface captchaGenerator)
Generator: the generator that will be used to generate the image, when captchcaUrl is called This is used to show in the help which chars might be used in the captcha

Parameters:
name -
description -
captchcaServletUrl -
captchaGenerator -
Method Detail

getCaptchcaUrl

public java.lang.String getCaptchcaUrl()

setCaptchcaUrl

public void setCaptchcaUrl(java.lang.String captchcaUrl)