org.apache.myfaces.tobago.internal.context
Class ClientPropertiesKey

java.lang.Object
  extended by org.apache.myfaces.tobago.internal.context.ClientPropertiesKey
All Implemented Interfaces:
Serializable

public final class ClientPropertiesKey
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 boolean equals(Object o)
           
static ClientPropertiesKey get(javax.faces.context.FacesContext facesContext)
           
 String getContentType()
           
 Locale getLocale()
           
 Theme getTheme()
           
 UserAgent getUserAgent()
           
 int hashCode()
           
static void reset(javax.faces.context.FacesContext facesContext)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public static ClientPropertiesKey get(javax.faces.context.FacesContext facesContext)

reset

public static void reset(javax.faces.context.FacesContext facesContext)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getContentType

public String getContentType()

getTheme

public Theme getTheme()

getUserAgent

public UserAgent getUserAgent()

getLocale

public Locale getLocale()


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