|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TrinidadAgent.Application>
org.apache.myfaces.trinidadinternal.agent.TrinidadAgent.Application
public static enum TrinidadAgent.Application
Enumeration representing an Application
| Enum Constant Summary | |
|---|---|
BLACKBERRY
Application enum for the BlackBerry browser. |
|
EMAIL
Application enum for email. |
|
GECKO
Application enum for browsers based on the Gecko Layout Engine, eg: Mozilla, Netscape 7.0+ |
|
GENERICPDA
Application enum for the basic HTMLbrowser. |
|
GOOGLEBOT
Application enum for Google web crawler. |
|
ICE
Application enum for the ICE Browser |
|
IEXPLORER
Application enum for the Microsoft Internet Explorer browser. |
|
KONQUEROR
Application enum for Konqueror. |
|
MSNBOT
Application enum for Bing web crawler. |
|
NET_FRONT
Application enum for the NetFront browser. |
|
NETSCAPE
Application enum for the Netscape Navigator browser. |
|
NOKIA_S60
Application enum for the Nokia S60 browser. |
|
OPERA
Application enum for opera. |
|
ORACLE_SES
Application enum for Oracle SES. |
|
PIXO
Application enum for the Pixo Microbrowser |
|
PTG
Application enum for iAS wireless (PTG) client |
|
SAFARI
Application enum for the Safari browser. |
|
SIMPLE_RESULT
Application enum for SimpleResult intermediate Form |
|
UNKNOWN
Application enum when the user agent isn't known. |
|
WEB_CLIPPING
Application enum for Palm Web Clippings |
|
WML
Application enum for the WML Microbrowser |
|
| Method Summary | |
|---|---|
static TrinidadAgent.Application |
fromAgentName(java.lang.String agentName)
Return the appropriate Application instance given the name of an Agent. |
static TrinidadAgent.Application |
fromApplicationName(java.lang.String applicationName)
Return the appropriate Application instance given the name of an Application |
java.lang.String |
getAgentName()
Returns the agent name that this Application is registered under |
java.lang.String |
getApplicationName()
Returns the application name that this Application is registered under |
static TrinidadAgent.Application |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TrinidadAgent.Application[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TrinidadAgent.Application UNKNOWN
public static final TrinidadAgent.Application NETSCAPE
public static final TrinidadAgent.Application IEXPLORER
public static final TrinidadAgent.Application GECKO
public static final TrinidadAgent.Application WEB_CLIPPING
public static final TrinidadAgent.Application ICE
public static final TrinidadAgent.Application PIXO
public static final TrinidadAgent.Application WML
public static final TrinidadAgent.Application SIMPLE_RESULT
public static final TrinidadAgent.Application PTG
public static final TrinidadAgent.Application NET_FRONT
public static final TrinidadAgent.Application SAFARI
public static final TrinidadAgent.Application BLACKBERRY
public static final TrinidadAgent.Application NOKIA_S60
public static final TrinidadAgent.Application GENERICPDA
public static final TrinidadAgent.Application KONQUEROR
public static final TrinidadAgent.Application EMAIL
public static final TrinidadAgent.Application OPERA
public static final TrinidadAgent.Application GOOGLEBOT
public static final TrinidadAgent.Application MSNBOT
public static final TrinidadAgent.Application ORACLE_SES
| Method Detail |
|---|
public static TrinidadAgent.Application[] values()
for (TrinidadAgent.Application c : TrinidadAgent.Application.values()) System.out.println(c);
public static TrinidadAgent.Application valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static TrinidadAgent.Application fromApplicationName(java.lang.String applicationName)
applicationName - Name of application to return the instance of
public static TrinidadAgent.Application fromAgentName(java.lang.String agentName)
agentName - Name of Agent to return the instance of
public java.lang.String getApplicationName()
public java.lang.String getAgentName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||