- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getUserAgentType (0.06 sec)
-
src/main/java/org/codelibs/fess/helper/UserAgentHelper.java
* and caches the result in the request attribute for subsequent calls. * * @return the detected user agent type, or OTHER if no specific type is detected */ public UserAgentType getUserAgentType() { return LaRequestUtil.getOptionalRequest().map(request -> { UserAgentType uaType = (UserAgentType) request.getAttribute(USER_AGENT_TYPE); if (uaType == null) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
final int pos = url.indexOf(':', 5); final boolean isLocalFile = pos > 0 && pos < 12; final UserAgentType ua = ComponentUtil.getUserAgentHelper().getUserAgentType(); final DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); switch (ua) { case IE: if (isLocalFile) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0)