Uses of Class
org.primefaces.extensions.config.ConfigContainer

Packages that use ConfigContainer
org.primefaces.extensions.application   
org.primefaces.extensions.config   
 

Uses of ConfigContainer in org.primefaces.extensions.application
 

Methods in org.primefaces.extensions.application with parameters of type ConfigContainer
protected  boolean PrimeFacesExtensionsResourceHandler.deliverUncompressedFile(java.lang.String resourceName, ConfigContainer config, javax.faces.context.FacesContext context)
           
 

Uses of ConfigContainer in org.primefaces.extensions.config
 

Methods in org.primefaces.extensions.config that return ConfigContainer
static ConfigContainer ConfigProvider.getConfig(javax.faces.context.FacesContext context)
          Gets the one and only ConfigContainer instance: - try to lookup it from a ThreadLocal cache - try to get it from the application map - create a new instance, store it in the ThreadLocal cache and in the application map
static ConfigContainer ConfigProvider.getConfig(javax.faces.context.FacesContext context, boolean cacheInThreadLocal)
          Gets the one and only ConfigContainer instance: - try to lookup it from a ThreadLocal cache - try to get it from the application map - create a new instance, store it in the ThreadLocal cache and in the application map
 



Copyright © 2011-2013. All Rights Reserved.