
com.github.theborakompanioni.spring.useragentutils.UserAgentResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-useragentutils Show documentation
Show all versions of spring-useragentutils Show documentation
A Spring user-agent resolver for server-side detection of browser and operating system.
package com.github.theborakompanioni.spring.useragentutils;
import eu.bitwalker.useragentutils.UserAgent;
import javax.servlet.http.HttpServletRequest;
public interface UserAgentResolver {
UserAgent resolveUserAgent(HttpServletRequest request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy