Uses of Class
org.apache.myfaces.tobago.context.UserAgent

Packages that use UserAgent
org.apache.myfaces.tobago.context   
org.apache.myfaces.tobago.internal.context   
 

Uses of UserAgent in org.apache.myfaces.tobago.context
 

Fields in org.apache.myfaces.tobago.context declared as UserAgent
static UserAgent UserAgent.DEFAULT
           
static UserAgent UserAgent.GECKO
          e. g.
static UserAgent UserAgent.GECKO_1_8
          e. g.
static UserAgent UserAgent.GECKO_1_9
          e. g.
static UserAgent UserAgent.GECKO_2_0
          e. g.
static UserAgent UserAgent.GECKO_23_0
          e. g.
static UserAgent UserAgent.MOZILLA
          Deprecated. no longer supported, since Tobago 1.5
static UserAgent UserAgent.MOZILLA_4_7
          Deprecated. no longer supported, since Tobago 1.5
static UserAgent UserAgent.MOZILLA_5_0
          Deprecated. no longer supported, since Tobago 1.5
static UserAgent UserAgent.MOZILLA_5_0_R1_6
          Deprecated. no longer supported, since Tobago 1.5
static UserAgent UserAgent.MSIE
           
static UserAgent UserAgent.MSIE_10_0
           
static UserAgent UserAgent.MSIE_5_0
          Deprecated. no longer supported, since Tobago 1.5
static UserAgent UserAgent.MSIE_5_0_MAC
          Deprecated. no longer supported, since Tobago 1.5
static UserAgent UserAgent.MSIE_5_5
          Deprecated. no longer supported, since Tobago 1.5
static UserAgent UserAgent.MSIE_6_0
           
static UserAgent UserAgent.MSIE_6_0_MAC
          Deprecated. no longer supported, since Tobago 1.5
static UserAgent UserAgent.MSIE_7_0
           
static UserAgent UserAgent.MSIE_7_0_COMPAT
           
static UserAgent UserAgent.MSIE_7_O
          Deprecated. no longer supported, since Tobago 1.5. Misspelled. Use MSIE_7_0
static UserAgent UserAgent.MSIE_8_0
           
static UserAgent UserAgent.MSIE_9_0
           
static UserAgent UserAgent.OPERA
          Deprecated. no longer supported, since Tobago 1.5. Please use PRESTO.
static UserAgent UserAgent.OPERA_5_0
          Deprecated. no longer supported, since Tobago 1.5. Please use PRESTO.
static UserAgent UserAgent.OPERA_6_0
          Deprecated. no longer supported, since Tobago 1.5. Please use PRESTO.
static UserAgent UserAgent.OPERA_7_11
          Deprecated. no longer supported, since Tobago 1.5. Please use PRESTO.
static UserAgent UserAgent.PRESTO
          e. g.
static UserAgent UserAgent.WEBKIT
          e. g.
 

Methods in org.apache.myfaces.tobago.context that return UserAgent
static UserAgent UserAgent.getInstance(String header)
           
static UserAgent UserAgent.getInstanceForId(String id)
          Deprecated. no longer supported, since Tobago 1.5
 UserAgent ClientProperties.getUserAgent()
           
 

Methods in org.apache.myfaces.tobago.context with parameters of type UserAgent
 void ClientProperties.setUserAgent(UserAgent userAgent)
           
 

Uses of UserAgent in org.apache.myfaces.tobago.internal.context
 

Methods in org.apache.myfaces.tobago.internal.context that return UserAgent
 UserAgent ClientPropertiesKey.getUserAgent()
           
 



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.