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

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

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

Methods in org.apache.myfaces.tobago.component that return ClientProperties
 ClientProperties UIViewRoot.getClientProperties()
           
 

Methods in org.apache.myfaces.tobago.component with parameters of type ClientProperties
 void UIViewRoot.setClientProperties(ClientProperties clientProperties)
           
 

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)
           
static ClientProperties ClientProperties.getInstance(FacesContext facesContext)
           
static ClientProperties ClientProperties.getInstance(UIViewRoot viewRoot)
           
 



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