当前页面:
在线文档首页 >
JBoss Seam 1.1.6 API 英文版文档
CaptchaService (JBoss Seam API Documentation) - JBoss Seam 1.1.6 API 英文版文档
org.jboss.seam.captcha
Class CaptchaService
java.lang.Object
org.jboss.seam.captcha.CaptchaService
@Name(value="org.jboss.seam.captcha.captchaService")
@Intercept(value=NEVER)
@Scope(value=APPLICATION)
@Install(classDependencies="com.octo.captcha.service.image.ImageCaptchaService")
public class CaptchaService
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptchaService
public CaptchaService()
create
@Create
public void create()
getService
public com.octo.captcha.service.image.ImageCaptchaService getService()
instance
public static CaptchaService instance()