Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.CaptchaImplementation
-
Packages that use CaptchaImplementation Package Description edu.cornell.mannlib.vitro.webapp.beans -
-
Uses of CaptchaImplementation in edu.cornell.mannlib.vitro.webapp.beans
Methods in edu.cornell.mannlib.vitro.webapp.beans that return CaptchaImplementation Modifier and Type Method Description static CaptchaImplementationCaptchaServiceBean. getCaptchaImpl()Retrieves the configured captcha implementation based on the application's configuration properties.static CaptchaImplementationCaptchaImplementation. valueOf(String name)Returns the enum constant of this type with the specified name.static CaptchaImplementation[]CaptchaImplementation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-