Uses of Interface
org.zkoss.zul.impl.CaptchaEngine

Packages that use CaptchaEngine
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Uses of CaptchaEngine in org.zkoss.zul
 

Methods in org.zkoss.zul that return CaptchaEngine
 CaptchaEngine Captcha.getCaptchaEngine()
          Get the captcha engine.
 

Methods in org.zkoss.zul with parameters of type CaptchaEngine
 void Captcha.setEngine(CaptchaEngine engine)
          Set the captcha engine.
 

Uses of CaptchaEngine in org.zkoss.zul.impl
 

Classes in org.zkoss.zul.impl that implement CaptchaEngine
 class SimpleCaptchaEngine
          A Facade Captcha engine implementation.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.