All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.theborakompanioni.spring.useragentutils.UserAgentResolver Maven / Gradle / Ivy

Go to download

A Spring user-agent resolver for server-side detection of browser and operating system.

There is a newer version: 1.2.0
Show newest version
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