|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.octo.captcha.module.web.sound.SoundToWavHelper
public class SoundToWavHelper
Helper class
Constructor Summary | |
---|---|
SoundToWavHelper()
|
Method Summary | |
---|---|
static void |
flushNewCaptchaToResponse(HttpServletRequest theRequest,
HttpServletResponse theResponse,
Log log,
SoundCaptchaService service,
java.lang.String id,
java.util.Locale locale)
retrieve a new SoundCaptcha using SoundCaptchaService and flush it to the response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoundToWavHelper()
Method Detail |
---|
public static void flushNewCaptchaToResponse(HttpServletRequest theRequest, HttpServletResponse theResponse, Log log, SoundCaptchaService service, java.lang.String id, java.util.Locale locale) throws java.io.IOException
theRequest
- the requesttheResponse
- the responselog
- a commons loggerservice
- an SoundCaptchaService instance
java.io.IOException
- if a problem occurs during the jpeg generation process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |