Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.context
Class Agent

java.lang.Object
  extended by oracle.adf.view.rich.context.Agent


Deprecated.

public class Agent
extends Object

Field Summary
static String AGENT_BLACKBERRY
          Deprecated. Constant for BlackBerry Browser agent.
static String AGENT_GECKO
          Deprecated. Constant for Gecko agent.
static String AGENT_IE
          Deprecated. Constant for Internet Explorer agent
static String AGENT_WEBKIT
          Deprecated. Constant for Apple Webkit agent.
static String PLATFORM_BLACKBERRY
          Deprecated. Constant for blackberry platform
static String PLATFORM_LINUX
          Deprecated. Constant for linux platform
static String PLATFORM_MAC
          Deprecated. Constant for MAC platform
static String PLATFORM_PALM
          Deprecated. Constant for plam platform
static String PLATFORM_PPC
          Deprecated. Constant for pocket pc platform
static String PLATFORM_SOLARIS
          Deprecated. Constant for solaris platform
static String PLATFORM_WINDOWS
          Deprecated. Constant for windows platform
static Object TYPE_DESKTOP
          Deprecated. Constant for desktop devices
static Object TYPE_PDA
          Deprecated. Constant for handheld sized devices (Pocket-PC, Palm)
static Object TYPE_PHONE
          Deprecated. Constant for Phone sized devices
static Object TYPE_TELNET
          Deprecated. Constant for telnet device type
static Object TYPE_UNKNOWN
          Deprecated. Constant for Unknown device type

 

Method Summary
 String getAgentName()
          Deprecated.  
 String getAgentVersion()
          Deprecated.  
 Map<Object,Object> getCapabilities()
          Deprecated.  
 String getHardwareMakeModel()
          Deprecated.  
 String getPlatformName()
          Deprecated.  
 String getPlatformVersion()
          Deprecated.  
 Object getType()
          Deprecated.  

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TYPE_UNKNOWN

public static final Object TYPE_UNKNOWN
Deprecated. 
Constant for Unknown device type

TYPE_TELNET

public static final Object TYPE_TELNET
Deprecated. 
Constant for telnet device type

TYPE_DESKTOP

public static final Object TYPE_DESKTOP
Deprecated. 
Constant for desktop devices

TYPE_PDA

public static final Object TYPE_PDA
Deprecated. 
Constant for handheld sized devices (Pocket-PC, Palm)

TYPE_PHONE

public static final Object TYPE_PHONE
Deprecated. 
Constant for Phone sized devices

PLATFORM_WINDOWS

public static final String PLATFORM_WINDOWS
Deprecated. 
Constant for windows platform
See Also:
Constant Field Values

PLATFORM_LINUX

public static final String PLATFORM_LINUX
Deprecated. 
Constant for linux platform
See Also:
Constant Field Values

PLATFORM_MAC

public static final String PLATFORM_MAC
Deprecated. 
Constant for MAC platform
See Also:
Constant Field Values

PLATFORM_PALM

public static final String PLATFORM_PALM
Deprecated. 
Constant for plam platform
See Also:
Constant Field Values

PLATFORM_SOLARIS

public static final String PLATFORM_SOLARIS
Deprecated. 
Constant for solaris platform
See Also:
Constant Field Values

PLATFORM_PPC

public static final String PLATFORM_PPC
Deprecated. 
Constant for pocket pc platform
See Also:
Constant Field Values

PLATFORM_BLACKBERRY

public static final String PLATFORM_BLACKBERRY
Deprecated. 
Constant for blackberry platform
See Also:
Constant Field Values

AGENT_IE

public static final String AGENT_IE
Deprecated. 
Constant for Internet Explorer agent
See Also:
Constant Field Values

AGENT_GECKO

public static final String AGENT_GECKO
Deprecated. 
Constant for Gecko agent. Used for all Gecko based agents like Mozilla, Netscape 6+
See Also:
Constant Field Values

AGENT_WEBKIT

public static final String AGENT_WEBKIT
Deprecated. 
Constant for Apple Webkit agent. Used for all Webkit based agent like Safari
See Also:
Constant Field Values

AGENT_BLACKBERRY

public static final String AGENT_BLACKBERRY
Deprecated. 
Constant for BlackBerry Browser agent. (Note the distinction from the BlackBerry platform. The BlackBerry Browser agent runs on the BlackBerry platform. It is possible for other agents to run on the BlackBerry platform.)
See Also:
Constant Field Values

Method Detail

getType

public Object getType()
Deprecated. 
Returns:
return the Type of Agent. Returns TYPE_UNKNOWN if not available.
E.g. desktop, pda, phone

getAgentName

public String getAgentName()
Deprecated. 
Returns:
return the canonical name of the agent (browser application). Returns null if not available.
E.g. gecko, ie, opera, pocketie

getAgentVersion

public String getAgentVersion()
Deprecated. 
Returns:
return the version number of the agent (browser application). Return null if not available.

getPlatformName

public String getPlatformName()
Deprecated. 
Returns:
return the canonical name for the platform. Returns null if not available.
E.g ppc, series60, windows, mac, linux, solaris

getPlatformVersion

public String getPlatformVersion()
Deprecated. 
Returns:
return the version number for the platform. Returns null if not available.

getHardwareMakeModel

public String getHardwareMakeModel()
Deprecated. 
Returns:
return a canonical name for the Hardware make and Model. Re turns null if not available.
E.g nokia6600, sonyericssonP900, nokai3650i

getCapabilities

public Map<Object,Object> getCapabilities()
Deprecated. 
Returns:
Map of capability names and their values for the current client request.
Some of the available capability names are:
height- provides the screen height in pixels of the Agent as an Integer.
width- provides the screen width in pixels of the Agent as an Integer.
dom- provides the DOM API support of the agent as a String. Possible values are: level2, level1, form, and none.
frames- returns a Boolean value signifying whether or not the Agent supports frames.
accessKeys- returns a Boolean value signifying whether or not the Agent supports accessKeys.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.