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:
- com.liferay.portal.kernel.captcha.Captcha
public class ReCaptchaImpl
- extends SimpleCaptchaImpl
View Source
- Author:
- Tagnaouti Boubker, Jorge Ferrer, Brian Wing Shun Chan
Method Summary |
void |
check(javax.servlet.http.HttpServletRequest request)
|
void |
check(javax.portlet.PortletRequest portletRequest)
|
java.lang.String |
getTaglibPath()
|
void |
serveImage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
serveImage(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)
|
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 com.liferay.portal.kernel.captcha.CaptchaException
- Specified by:
check
in interface com.liferay.portal.kernel.captcha.Captcha
- Overrides:
check
in class SimpleCaptchaImpl
- Throws:
com.liferay.portal.kernel.captcha.CaptchaException
check
public void check(javax.portlet.PortletRequest portletRequest)
throws com.liferay.portal.kernel.captcha.CaptchaException
- Specified by:
check
in interface com.liferay.portal.kernel.captcha.Captcha
- Overrides:
check
in class SimpleCaptchaImpl
- Throws:
com.liferay.portal.kernel.captcha.CaptchaException
getTaglibPath
public java.lang.String getTaglibPath()
- Specified by:
getTaglibPath
in interface com.liferay.portal.kernel.captcha.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 com.liferay.portal.kernel.captcha.Captcha
- Overrides:
serveImage
in class SimpleCaptchaImpl
serveImage
public void serveImage(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)
- Specified by:
serveImage
in interface com.liferay.portal.kernel.captcha.Captcha
- Overrides:
serveImage
in class SimpleCaptchaImpl