|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.agent.AgentNameUtil
public class AgentNameUtil
An utility class that maps agent/platform name strings to AdFacesAgent Application constants and vice versa
Constructor Summary | |
---|---|
AgentNameUtil()
|
Method Summary | |
---|---|
static int |
getAgent(java.lang.String agentName)
utility method to get AdfFacesAgent application constant (int) from agent name strings |
static java.lang.String |
getAgentName(int agentId)
utility method to get agent name string from AdfFacesAgent application constant (int) |
static int |
getAgentType(java.lang.Object otype)
utility method to get AdfFacesAgent application constant (int) from Agent type objects |
static int |
getPlatform(java.lang.String platformName)
utility method to get AdfFacesAgent application constant (int) from platform/os name strings |
static java.lang.String |
getPlatformName(int platformId)
utility method to get platform name string from AdfFacesAgent application constant (int) |
java.lang.Object |
getType(int type)
utility method to get type obejct from AdfFacesAgent application constant (int) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentNameUtil()
Method Detail |
---|
public static int getAgent(java.lang.String agentName)
agentName
-
public static int getPlatform(java.lang.String platformName)
platformName
-
public static int getAgentType(java.lang.Object otype)
otype
-
public static java.lang.String getAgentName(int agentId)
agentId
-
public static java.lang.String getPlatformName(int platformId)
platformId
-
public java.lang.Object getType(int type)
type
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |