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

Packages that use ClientProperties
org.apache.myfaces.tobago.context   
org.apache.myfaces.tobago.util   
 

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

Methods in org.apache.myfaces.tobago.context that return ClientProperties
static ClientProperties ClientProperties.getDefaultInstance(FacesContext facesContext)
          Deprecated. since 1.5.
static ClientProperties ClientProperties.getInstance(FacesContext facesContext)
          Deprecated. since 1.5. Please use VariableResolverUtils.resolveClientProperties(javax.faces.context.FacesContext)
static ClientProperties ClientProperties.getInstance(UIViewRoot viewRoot)
          Deprecated. since 1.5. Please use VariableResolverUtils.resolveClientProperties(javax.faces.context.FacesContext)
 

Uses of ClientProperties in org.apache.myfaces.tobago.util
 

Methods in org.apache.myfaces.tobago.util that return ClientProperties
static ClientProperties VariableResolverUtils.resolveClientProperties(FacesContext facesContext)
          Returns the ClientProperties object configured in the faces-config.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.