Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getPluginHelper (0.07 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/plugin/AdminPluginAction.java

                    }
                    new Thread(() -> {
                        try {
                            final PluginHelper pluginHelper = ComponentUtil.getPluginHelper();
                            final Artifact artifact =
                                    pluginHelper.getArtifactFromFileName(ArtifactType.UNKNOWN, filename, tempFile.getAbsolutePath());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 11.9K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/util/ComponentUtil.java

            return getComponent(LANGUAGE_HELPER);
        }
    
        /**
         * Gets the plugin helper component.
         * @return The plugin helper.
         */
        public static PluginHelper getPluginHelper() {
            return getComponent(PLUGIN_HELPER);
        }
    
        /**
         * Gets the theme helper component.
         * @return The theme helper.
         */
        public static ThemeHelper getThemeHelper() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 30.9K bytes
    - Click Count (0)
Back to Top