Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasComponentDef (0.11 sec)

  1. src/main/java/org/codelibs/fess/util/ComponentUtil.java

                }
                throw e;
            }
        }
    
        public static boolean hasComponent(final String componentKey) {
            if (SingletonLaContainerFactory.getContainer().hasComponentDef(componentKey)) {
                return true;
            }
            return componentMap.containsKey(componentKey);
        }
    
        public static boolean hasQueryParser() {
            return hasComponent(QUERY_PARSER);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 20K bytes
    - Viewed (0)
Back to top