@Deprecated
public class CaptchaImpl
extends Object
implements com.liferay.portal.kernel.captcha.Captcha
Constructor and Description |
---|
CaptchaImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
check(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
check(PortletRequest portletRequest)
Deprecated.
|
String |
getTaglibPath()
Deprecated.
|
boolean |
isEnabled(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
boolean |
isEnabled(PortletRequest portletRequest)
Deprecated.
|
void |
serveImage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
|
void |
serveImage(ResourceRequest resourceRequest,
ResourceResponse resourceResponse)
Deprecated.
|
void |
setCaptcha(com.liferay.portal.kernel.captcha.Captcha captcha)
Deprecated.
|
public void check(javax.servlet.http.HttpServletRequest request) throws com.liferay.portal.kernel.captcha.CaptchaException
check
in interface com.liferay.portal.kernel.captcha.Captcha
com.liferay.portal.kernel.captcha.CaptchaException
public void check(PortletRequest portletRequest) throws com.liferay.portal.kernel.captcha.CaptchaException
check
in interface com.liferay.portal.kernel.captcha.Captcha
com.liferay.portal.kernel.captcha.CaptchaException
public String getTaglibPath()
getTaglibPath
in interface com.liferay.portal.kernel.captcha.Captcha
public boolean isEnabled(javax.servlet.http.HttpServletRequest request)
isEnabled
in interface com.liferay.portal.kernel.captcha.Captcha
public boolean isEnabled(PortletRequest portletRequest)
isEnabled
in interface com.liferay.portal.kernel.captcha.Captcha
public void serveImage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
serveImage
in interface com.liferay.portal.kernel.captcha.Captcha
IOException
public void serveImage(ResourceRequest resourceRequest, ResourceResponse resourceResponse) throws IOException
serveImage
in interface com.liferay.portal.kernel.captcha.Captcha
IOException
public void setCaptcha(com.liferay.portal.kernel.captcha.Captcha captcha)