| Package | Description |
|---|---|
| org.beangle.commons.http.agent |
Utilities for processing user-agent strings.
|
| Modifier and Type | Field and Description |
|---|---|
BrowserCategory |
Browser.category |
| Modifier and Type | Method and Description |
|---|---|
static BrowserCategory |
BrowserCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserCategory[] |
BrowserCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<BrowserCategory> |
Engine.getBrowserCategories() |
| Constructor and Description |
|---|
Browser(BrowserCategory category,
String version) |
Copyright © 2005–2018 The Beangle Software. All rights reserved.