com.liferay.portal.captcha.recaptcha
Class ReCaptchaImpl
java.lang.Object
com.liferay.portal.captcha.simplecaptcha.SimpleCaptchaImpl
com.liferay.portal.captcha.recaptcha.ReCaptchaImpl
- All Implemented Interfaces:
- Captcha
public class ReCaptchaImpl
- extends SimpleCaptchaImpl
| Methods inherited from class com.liferay.portal.captcha.simplecaptcha.SimpleCaptchaImpl |
getBackgroundProducer, getGimpyRenderer, getHeight, getNoiseProducer, getSimpleCaptcha, getTextProducer, getWidth, getWordRenderer, initBackgroundProducers, initGimpyRenderers, initNoiseProducers, initTextProducers, initWordRenderers, isEnabled, isEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReCaptchaImpl
public ReCaptchaImpl()
check
public void check(javax.servlet.http.HttpServletRequest request)
throws CaptchaTextException
- Specified by:
check in interface Captcha- Overrides:
check in class SimpleCaptchaImpl
- Throws:
CaptchaTextException
check
public void check(PortletRequest portletRequest)
throws CaptchaTextException
- Specified by:
check in interface Captcha- Overrides:
check in class SimpleCaptchaImpl
- Throws:
CaptchaTextException
getTaglibPath
public String getTaglibPath()
- Specified by:
getTaglibPath in interface Captcha- Overrides:
getTaglibPath in class SimpleCaptchaImpl
serveImage
public void serveImage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
serveImage in interface Captcha- Overrides:
serveImage in class SimpleCaptchaImpl
serveImage
public void serveImage(PortletRequest portletRequest,
PortletResponse portletResponse)
- Specified by:
serveImage in interface Captcha- Overrides:
serveImage in class SimpleCaptchaImpl