Browser

org.beangle.web.servlet.http.agent.Browser
See theBrowser companion object
class Browser(val category: BrowserCategory, val version: String) extends Serializable with Ordered[Browser]

Web browser

Attributes

Companion:
object
Graph
Supertypes
trait Ordered[Browser]
trait Comparable[Browser]
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def compare(o: Browser): Int
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def <(that: Browser): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Browser): Boolean

Attributes

Inherited from:
Ordered
def >(that: Browser): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Browser): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: Browser): Int

Attributes

Inherited from:
Ordered

Concrete fields

val version: String