Liferay 6.0-ee

Uses of Class
com.liferay.portal.kernel.captcha.CaptchaException

Packages that use CaptchaException
com.liferay.portal.captcha   
com.liferay.portal.captcha.recaptcha   
com.liferay.portal.captcha.simplecaptcha   
com.liferay.portal.kernel.captcha   
 

Uses of CaptchaException in com.liferay.portal.captcha
 

Methods in com.liferay.portal.captcha that throw CaptchaException
 void CaptchaImpl.check(javax.servlet.http.HttpServletRequest request)
           
 void CaptchaImpl.check(PortletRequest portletRequest)
           
 boolean CaptchaImpl.isEnabled(javax.servlet.http.HttpServletRequest request)
           
 boolean CaptchaImpl.isEnabled(PortletRequest portletRequest)
           
 

Uses of CaptchaException in com.liferay.portal.captcha.recaptcha
 

Methods in com.liferay.portal.captcha.recaptcha that throw CaptchaException
 void ReCaptchaImpl.check(javax.servlet.http.HttpServletRequest request)
           
 void ReCaptchaImpl.check(PortletRequest portletRequest)
           
 

Uses of CaptchaException in com.liferay.portal.captcha.simplecaptcha
 

Methods in com.liferay.portal.captcha.simplecaptcha that throw CaptchaException
 void SimpleCaptchaImpl.check(javax.servlet.http.HttpServletRequest request)
           
 void SimpleCaptchaImpl.check(PortletRequest portletRequest)
           
 boolean SimpleCaptchaImpl.isEnabled(javax.servlet.http.HttpServletRequest request)
           
 boolean SimpleCaptchaImpl.isEnabled(PortletRequest portletRequest)
           
 

Uses of CaptchaException in com.liferay.portal.kernel.captcha
 

Subclasses of CaptchaException in com.liferay.portal.kernel.captcha
 class CaptchaMaxChallengesException
           
 class CaptchaTextException
           
 

Methods in com.liferay.portal.kernel.captcha that throw CaptchaException
static void CaptchaUtil.check(javax.servlet.http.HttpServletRequest request)
           
 void Captcha.check(javax.servlet.http.HttpServletRequest request)
           
static void CaptchaUtil.check(PortletRequest portletRequest)
           
 void Captcha.check(PortletRequest portletRequest)
           
static boolean CaptchaUtil.isEnabled(javax.servlet.http.HttpServletRequest request)
           
 boolean Captcha.isEnabled(javax.servlet.http.HttpServletRequest request)
           
static boolean CaptchaUtil.isEnabled(PortletRequest portletRequest)
           
 boolean Captcha.isEnabled(PortletRequest portletRequest)
           
 


Liferay 6.0-ee