public class CaptchaService extends Object
Constructor and Description |
---|
CaptchaService() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentCaptchaCode() |
static CaptchaService |
getInstance(javax.servlet.http.HttpSession session) |
String |
getQuestion() |
void |
reset() |
void |
setCurrentCaptchaCode(String currentCaptchaCode) |
public static final CaptchaService getInstance(javax.servlet.http.HttpSession session)
public String getCurrentCaptchaCode()
public void setCurrentCaptchaCode(String currentCaptchaCode)
public String getQuestion()
public void reset()
Copyright © 2012-2018. All Rights Reserved.