Class Hierarchy
- java.lang.Object
- com.octo.captcha.service.AbstractCaptchaService (implements com.octo.captcha.service.CaptchaService)
- com.octo.captcha.service.AbstractManageableCaptchaService (implements com.octo.captcha.service.AbstractManageableCaptchaServiceMBean, com.octo.captcha.service.CaptchaService)
- com.octo.captcha.service.image.AbstractManageableImageCaptchaService (implements com.octo.captcha.service.image.ImageCaptchaService)
- com.octo.captcha.service.image.DefaultManageableImageCaptchaService (implements com.octo.captcha.service.image.ImageCaptchaService)
- sk.iway.iwcm.database.ActiveRecordBase
- sk.iway.iwcm.system.captcha.Captcha
- sk.iway.iwcm.system.captcha.CaptchaServiceSingleton
- sk.iway.iwcm.system.captcha.CaptchaWordGeneratorFactory
- sk.iway.iwcm.system.captcha.DictionaryReaderImpl (implements com.octo.captcha.component.word.DictionaryReader)
- javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
- javax.servlet.http.HttpServlet
- sk.iway.iwcm.system.captcha.GoogleRecaptchaResponse
- com.octo.captcha.engine.image.ImageCaptchaEngine (implements com.octo.captcha.engine.CaptchaEngine)
- com.octo.captcha.engine.image.ListImageCaptchaEngine
- sk.iway.iwcm.database.JpaDB<T>