- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for SystemProperties (0.08 sec)
-
src/main/java/org/codelibs/fess/exec/ThumbnailGenerator.java
} } private static int process(final Options options) { final DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); if (StringUtil.isNotBlank(options.propertiesPath)) { systemProperties.reload(options.propertiesPath); } else { try {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
final DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); switch (ua) { case IE: if (isLocalFile) { url = url.replaceFirst("file:/+", systemProperties.getProperty("file.protocol.winlocal.ie", "file://")); } else { url = url.replaceFirst("file:/+", systemProperties.getProperty("file.protocol.ie", "file://")); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
* @return the complete URL */ protected String buildDefaultUrl(final String path) { final DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); String baseUrl = systemProperties.getProperty(SAML_SP_BASE_URL); if (StringUtil.isBlank(baseUrl)) { baseUrl = "http://localhost:8080"; } if (baseUrl.endsWith("/")) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 20.2K bytes - Viewed (3) -
src/main/java/org/codelibs/fess/exec/Crawler.java
} final CrawlingInfoHelper crawlingInfoHelper = ComponentUtil.getCrawlingInfoHelper(); final DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); if (StringUtil.isNotBlank(options.propertiesPath)) { systemProperties.reload(options.propertiesPath); } else { try {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 31.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/SuggestCreator.java
} } private static int process(final Options options) { final DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); if (StringUtil.isNotBlank(options.propertiesPath)) { systemProperties.reload(options.propertiesPath); } else { try {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
// Attribute // /** System properties for configuration management */ @Resource protected DynamicProperties systemProperties; /** Service for managing web crawler configurations */ @Resource protected WebConfigService webConfigService; /** Service for managing file crawler configurations */ @ResourceRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 16.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
// ========= /** System properties for configuration management. */ @Resource protected DynamicProperties systemProperties; // =================================================================================== // HookRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 14.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
* * @return the default redirect URL */ protected String buildDefaultRedirectUrl() { final DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); String baseUrl = systemProperties.getProperty(OIC_BASE_URL); if (StringUtil.isBlank(baseUrl)) { baseUrl = "http://localhost:8080"; } if (baseUrl.endsWith("/")) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 16.5K bytes - Viewed (0)