com.liferay.portal.captcha.simplecaptcha
Class SimpleCaptchaImpl
java.lang.Object
com.liferay.portal.captcha.simplecaptcha.SimpleCaptchaImpl
- All Implemented Interfaces:
- Captcha
- Direct Known Subclasses:
- ReCaptchaImpl
public class SimpleCaptchaImpl
- extends Object
- implements Captcha
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCaptchaImpl
public SimpleCaptchaImpl()
check
public void check(javax.servlet.http.HttpServletRequest request)
throws CaptchaTextException
- Specified by:
check in interface Captcha
- Throws:
CaptchaTextException
check
public void check(PortletRequest portletRequest)
throws CaptchaTextException
- Specified by:
check in interface Captcha
- Throws:
CaptchaTextException
getTaglibPath
public String getTaglibPath()
- Specified by:
getTaglibPath in interface Captcha
isEnabled
public boolean isEnabled(javax.servlet.http.HttpServletRequest request)
- Specified by:
isEnabled in interface Captcha
isEnabled
public boolean isEnabled(PortletRequest portletRequest)
- Specified by:
isEnabled in interface Captcha
serveImage
public void serveImage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
- Specified by:
serveImage in interface Captcha
- Throws:
IOException
serveImage
public void serveImage(PortletRequest portletRequest,
PortletResponse portletResponse)
throws IOException
- Specified by:
serveImage in interface Captcha
- Throws:
IOException
getBackgroundProducer
protected nl.captcha.backgrounds.BackgroundProducer getBackgroundProducer()
getGimpyRenderer
protected nl.captcha.gimpy.GimpyRenderer getGimpyRenderer()
getHeight
protected int getHeight()
getNoiseProducer
protected nl.captcha.noise.NoiseProducer getNoiseProducer()
getSimpleCaptcha
protected nl.captcha.Captcha getSimpleCaptcha()
getTextProducer
protected nl.captcha.text.producer.TextProducer getTextProducer()
getWidth
protected int getWidth()
getWordRenderer
protected nl.captcha.text.renderer.WordRenderer getWordRenderer()
initBackgroundProducers
protected void initBackgroundProducers()
initGimpyRenderers
protected void initGimpyRenderers()
initNoiseProducers
protected void initNoiseProducers()
initTextProducers
protected void initTextProducers()
initWordRenderers
protected void initWordRenderers()