- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getPathMappingHelper (0.12 sec)
-
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
/** * Gets the path mapping helper for URL transformations. * * @return the path mapping helper instance */ protected PathMappingHelper getPathMappingHelper() { return ComponentUtil.getPathMappingHelper(); } /** * Deserializes data from access result data. * * @param accessResultData the access result data containing serialized data
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
final boolean isFtpUrl = url.startsWith("ftp:"); final boolean isSmbOrFtpUrl = isSmbUrl || isFtpUrl; // replacing url with mapping data url = ComponentUtil.getPathMappingHelper().replaceUrl(url); final boolean isHttpUrl = url.startsWith("http:") || url.startsWith("https:"); if (isSmbUrl) { url = url.replace("smb:", "file:");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0)