站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by 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


Constructor Summary
CaptchaService()
           
 
Method Summary
 void create()
           
 com.octo.captcha.service.image.ImageCaptchaService getService()
           
static CaptchaService instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptchaService

public CaptchaService()
Method Detail

create

@Create
public void create()

getService

public com.octo.captcha.service.image.ImageCaptchaService getService()

instance

public static CaptchaService instance()