|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.custom.captcha.util.CAPTCHAImageGenerator
public class CAPTCHAImageGenerator
This class is responsible for generating the CAPTCHA image.
| Constructor Summary | |
|---|---|
CAPTCHAImageGenerator()
|
|
| Method Summary | |
|---|---|
void |
generateImage(javax.servlet.http.HttpServletResponse response,
java.lang.String captchaText,
java.awt.Color startingColor,
java.awt.Color endingColor)
This method generates the CAPTCHA image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CAPTCHAImageGenerator()
| Method Detail |
|---|
public void generateImage(javax.servlet.http.HttpServletResponse response,
java.lang.String captchaText,
java.awt.Color startingColor,
java.awt.Color endingColor)
throws java.io.IOException
response - captchaText - startingColor - endingColor -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||