Web API

Browser

Other API in Package

User

Internal Tunnel

Tunnel

List of Classes

WebController

AjaxResponse

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

ConsoleManager

ConsoleResponse

Cube

Data

DataList

DataListFilter

DataReader

DataRecord

DataSet

DataSetRecord

DataSetResult

DataView

DataViewBuilder

DataViewCriteria

DataViewFilter

DataViewList

DataViewRecord

DatasetFile

DateUtil

DisplaySettings

Document

DocumentFile

DownloadResponse

Email

EncryptionUtil

Enterprise

EnterpriseInfo

ExcelFile

File

FileBuffer

Formatter

Fragment

GeoUtil

GroupConcat

ImageFile

Inspector

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

Modules

Monitor

NavigatorResponse

PWA

Packet

PacketDataList

PacketDataRecord

Page

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Pin

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Request

Response

Role

RuntimePal

SSOToken

SafeBox

ScatterPlotChart

ServiceRequest

ServiceResponse

ShellPal

ShellPalManager

SignSettings

SiteBuilder

Slice

SmartDoc

SmartDocManager

Socket

SocketResponse

StorageProvider

StorageProviderDataList

StoredObject

SystemDataView

SystemDataViewFilter

Tag

TagFilter

TagManager

TextEmail

TextMessage

TiffBuilder

TransactionPacket

Tunnel

TunnelResult

UnknownFile

VCardFile

Validator

ValidityCheck

Wizard

XMLReader

ZoneAccess

Method Summary
Browser createBrowser(String userAgent)

Returns a new Browser object based on the user-agent string supplied. Used for testing site compatibility with different useragents.

String getBrowser()

Returns a two character code for the browser (ie=Internet Explorer, ff=Firefox, sf=Safari). Returns 'ot' if the browser cannot be identified.

String getBrowserVersion()

Returns the browser version. Returns 'unknown' if the browser version cannot be identified. For Safari, this returns the AppleWebKit version.

String getClientAddress()

Returns the IP Address of the client.

String getHost()

Returns the public host name for this session.

String getLanguage()

Returns locale language for the request or empty string if no locale information in the request.

String getOperatingSystem()

Return a two or three character code for the operating system (win=Windows, mac=Macintosh, lnx=Linux). Returns 'ot' if the operating system cannot be identified.

String getUserAgent()

Returns the full userAgent reported by the browser.

boolean isMobile()

Returns true if the OS is determined to be a mobile operating system.

String toString()

Returns a description of this Browser object.

Method Detail


Browser createBrowser(String userAgent)

Returns a new Browser object based on the user-agent string supplied. Used for testing site compatibility with different useragents.

Parameters:

  • String   userAgent

Returns:  Browser

Since: 10-06-2010

top

String getBrowser()

Returns a two character code for the browser (ie=Internet Explorer, ff=Firefox, sf=Safari). Returns 'ot' if the browser cannot be identified.

Returns:  String

Since: 07-11-2008

top

String getBrowserVersion()

Returns the browser version. Returns 'unknown' if the browser version cannot be identified. For Safari, this returns the AppleWebKit version.

Returns:  String

Since: 07-11-2008

top

String getClientAddress()

Returns the IP Address of the client.

Returns:  String

Since: 11-30-2011

top

String getHost()

Returns the public host name for this session.

Returns:  String

Since: 04-08-2021

top

String getLanguage()

Returns locale language for the request or empty string if no locale information in the request.

Returns:  String

Since: 11-09-2009

top

String getOperatingSystem()

Return a two or three character code for the operating system (win=Windows, mac=Macintosh, lnx=Linux). Returns 'ot' if the operating system cannot be identified.

Returns:  String

Since: 07-11-2008

top

String getUserAgent()

Returns the full userAgent reported by the browser.

Returns:  String

Since: 07-11-2008

top

boolean isMobile()

Returns true if the OS is determined to be a mobile operating system.

Returns:  boolean

Since: 10-18-2010

top

String toString()

Returns a description of this Browser object.

Returns:  String

Since: 07-11-2008

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM