com.liferay.portal.captcha
Class CaptchaImpl
java.lang.Object
com.liferay.portal.captcha.CaptchaImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.captcha.Captcha
public class CaptchaImpl
- extends Object
- implements com.liferay.portal.kernel.captcha.Captcha
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptchaImpl
public CaptchaImpl()
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
- Throws:
com.liferay.portal.kernel.captcha.CaptchaException
check
public void check(PortletRequest portletRequest)
throws com.liferay.portal.kernel.captcha.CaptchaException
- Specified by:
check in interface com.liferay.portal.kernel.captcha.Captcha
- Throws:
com.liferay.portal.kernel.captcha.CaptchaException
getTaglibPath
public String getTaglibPath()
- Specified by:
getTaglibPath in interface com.liferay.portal.kernel.captcha.Captcha
isEnabled
public boolean isEnabled(javax.servlet.http.HttpServletRequest request)
throws com.liferay.portal.kernel.captcha.CaptchaException
- Specified by:
isEnabled in interface com.liferay.portal.kernel.captcha.Captcha
- Throws:
com.liferay.portal.kernel.captcha.CaptchaException
isEnabled
public boolean isEnabled(PortletRequest portletRequest)
throws com.liferay.portal.kernel.captcha.CaptchaException
- Specified by:
isEnabled in interface com.liferay.portal.kernel.captcha.Captcha
- Throws:
com.liferay.portal.kernel.captcha.CaptchaException
serveImage
public void serveImage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
- Specified by:
serveImage in interface com.liferay.portal.kernel.captcha.Captcha
- Throws:
IOException
serveImage
public void serveImage(ResourceRequest resourceRequest,
ResourceResponse resourceResponse)
throws IOException
- Specified by:
serveImage in interface com.liferay.portal.kernel.captcha.Captcha
- Throws:
IOException
setCaptcha
public void setCaptcha(com.liferay.portal.kernel.captcha.Captcha captcha)