Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.captcha.Captcha

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

Uses of Captcha in com.liferay.portal.captcha
 

Classes in com.liferay.portal.captcha that implement Captcha
 class CaptchaImpl
           
 

Methods in com.liferay.portal.captcha with parameters of type Captcha
 void CaptchaImpl.setCaptcha(Captcha captcha)
           
 

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

Classes in com.liferay.portal.captcha.recaptcha that implement Captcha
 class ReCaptchaImpl
           
 

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

Classes in com.liferay.portal.captcha.simplecaptcha that implement Captcha
 class SimpleCaptchaImpl
           
 

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

Methods in com.liferay.portal.kernel.captcha that return Captcha
static Captcha CaptchaUtil.getCaptcha()
           
 

Methods in com.liferay.portal.kernel.captcha with parameters of type Captcha
 void CaptchaUtil.setCaptcha(Captcha captcha)
           
 


Liferay 6.2-ce-ga5