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()