- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for handlerMap (0.05 sec)
-
src/main/java/org/codelibs/fess/cors/CorsHandlerFactory.java
protected Map<String, CorsHandler> handerMap = new HashMap<>(); public void add(final String origin, final CorsHandler handler) { if (logger.isDebugEnabled()) { logger.debug("Loaded {}", origin); } handerMap.put(origin, handler); } public CorsHandler get(final String origin) { final CorsHandler handler = handerMap.get(origin); if (handler != null) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.4K bytes - Viewed (0)