Browser

org.beangle.web.servlet.http.agent.Browser$
See theBrowser companion class
object Browser

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Browser.type

Members list

Concise view

Value members

Concrete methods

def parse(agentString: String): Browser

Iterates over all Browsers to compare the browser signature with the user agent string. If no match can be found Browser.Unknown will be returned.

Iterates over all Browsers to compare the browser signature with the user agent string. If no match can be found Browser.Unknown will be returned.

Attributes

Returns:

Browser

Concrete fields

var browsers: HashMap[String, Browser]