Uses of Class
ro.isdc.wro.config.jmx.WroConfiguration

Packages that use WroConfiguration
ro.isdc.wro.config   
ro.isdc.wro.config.factory   
ro.isdc.wro.http   
ro.isdc.wro.http.support   
ro.isdc.wro.manager.factory   
 

Uses of WroConfiguration in ro.isdc.wro.config
 

Methods in ro.isdc.wro.config that return WroConfiguration
 WroConfiguration ReadOnlyContext.getConfig()
           
 WroConfiguration Context.getConfig()
           
 

Methods in ro.isdc.wro.config with parameters of type WroConfiguration
static void Context.set(Context context, WroConfiguration config)
          Associate a context with the CURRENT request cycle.
 void Context.setConfig(WroConfiguration config)
          DO NOT CALL THIS METHOD UNLESS YOU ARE SURE WHAT YOU ARE DOING.
 

Uses of WroConfiguration in ro.isdc.wro.config.factory
 

Methods in ro.isdc.wro.config.factory that return WroConfiguration
 WroConfiguration ServletContextPropertyWroConfigurationFactory.create()
          
 WroConfiguration PropertyWroConfigurationFactory.create()
          
 WroConfiguration FilterConfigWroConfigurationFactory.create()
          
 

Uses of WroConfiguration in ro.isdc.wro.http
 

Methods in ro.isdc.wro.http that return WroConfiguration
 WroConfiguration WroFilter.getConfiguration()
           
protected  WroConfiguration WroServletContextListener.newConfiguration()
          Create the ContextLoader to use.
 

Methods in ro.isdc.wro.http that return types with arguments of type WroConfiguration
protected  ObjectFactory<WroConfiguration> WroFilter.newWroConfigurationFactory(javax.servlet.FilterConfig filterConfig)
           
protected  ObjectFactory<WroConfiguration> ConfigurableWroFilter.newWroConfigurationFactory(javax.servlet.FilterConfig filterConfig)
          
 

Methods in ro.isdc.wro.http with parameters of type WroConfiguration
 void WroServletContextListener.setConfiguration(WroConfiguration configuration)
          Set the configuration to be initialized by this listener.
 void WroFilter.setConfiguration(WroConfiguration config)
          Once set, this configuration will be used, instead of the one built by the factory.
 

Uses of WroConfiguration in ro.isdc.wro.http.support
 

Methods in ro.isdc.wro.http.support that return WroConfiguration
 WroConfiguration ServletContextAttributeHelper.getWroConfiguration()
           
 

Methods in ro.isdc.wro.http.support with parameters of type WroConfiguration
static ResponseHeadersConfigurer ResponseHeadersConfigurer.fromConfig(WroConfiguration config)
          Factory method which creates a ResponseHeadersConfigurer containing headers used to disable cache in debug mode.
 void ServletContextAttributeHelper.setWroConfiguration(WroConfiguration config)
          Set the configuration object as a servletContext attribute.
protected static void ResponseHeadersConfigurer.useDefaultsFromConfig(WroConfiguration config, Map<String,String> map)
          Deprecated. will be removed when other deprecated methods requiring this method will be removed.
 

Uses of WroConfiguration in ro.isdc.wro.manager.factory
 

Constructors in ro.isdc.wro.manager.factory with parameters of type WroConfiguration
DefaultWroManagerFactory(WroConfiguration configuration)
           
 



Copyright © 2008-2013. All Rights Reserved.