net.smartlab.web.auth.handlers
Class CaptchaRegistrationHandler.Captcha

java.lang.Object
  extended by net.smartlab.web.auth.handlers.CaptchaRegistrationHandler.Captcha
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CaptchaRegistrationHandler

public static class CaptchaRegistrationHandler.Captcha
extends java.lang.Object
implements java.io.Serializable

TODO documentation

Author:
rlogiacco
See Also:
Serialized Form

Method Summary
 java.lang.String getFormat()
          Read accessor method for the format property.
 byte[] getImage()
          Read accessor method for the image property.
 java.lang.String getText()
          Read accessor method for the string property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getText

public java.lang.String getText()
Read accessor method for the string property.

Returns:
the string

getImage

public byte[] getImage()
Read accessor method for the image property.

Returns:
the image

getFormat

public java.lang.String getFormat()
Read accessor method for the format property.

Returns:
the format


Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.