Class CaptchaService


  • public class CaptchaService
    extends Object
    • Constructor Detail

      • CaptchaService

        public CaptchaService()
    • 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()