public class CaptchaServiceFactory extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static Map<String,CaptchaCacheService> |
cacheService |
static Map<String,CaptchaService> |
instances |
private static org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
CaptchaServiceFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CaptchaCacheService |
getCache(String cacheType) |
static CaptchaService |
getInstance(Properties config) |
private static org.slf4j.Logger logger
public static volatile Map<String,CaptchaService> instances
public static volatile Map<String,CaptchaCacheService> cacheService
public static CaptchaService getInstance(Properties config)
public static CaptchaCacheService getCache(String cacheType)
Copyright © 2023. All rights reserved.