Package org.javlo.service
Class CaptchaService
- java.lang.Object
-
- org.javlo.service.CaptchaService
-
public class CaptchaService extends Object
-
-
Constructor Summary
Constructors Constructor Description CaptchaService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrentCaptchaCode()
static CaptchaService
getInstance(javax.servlet.http.HttpSession session)
String
getQuestion()
void
reset()
void
setCurrentCaptchaCode(String currentCaptchaCode)
-
-
-
Method Detail
-
getInstance
public static final CaptchaService getInstance(javax.servlet.http.HttpSession session)
-
getCurrentCaptchaCode
public String getCurrentCaptchaCode()
-
setCurrentCaptchaCode
public void setCurrentCaptchaCode(String currentCaptchaCode)
-
getQuestion
public String getQuestion()
-
reset
public void reset()
-
-