- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getPluginHelper (0.06 sec)
-
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());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/plugin/ApiAdminPluginAction.java
*/ // POST /api/admin/plugin @Execute public JsonResponse<ApiResult> post$index(final InstallBody body) { validateApi(body, messages -> {}); final Artifact artifact = ComponentUtil.getPluginHelper().getArtifact(body.name, body.version); if (artifact == null) { return asJson(
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0) -
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() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 28.9K bytes - Viewed (0)