| Package | Description |
|---|---|
| ro.isdc.wro.config | |
| ro.isdc.wro.config.factory | |
| ro.isdc.wro.http | |
| ro.isdc.wro.http.support | |
| ro.isdc.wro.manager.factory |
| Modifier and Type | Method and Description |
|---|---|
WroConfiguration |
ReadOnlyContext.getConfig() |
WroConfiguration |
Context.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
WroConfiguration |
ServletContextPropertyWroConfigurationFactory.create() |
WroConfiguration |
PropertyWroConfigurationFactory.create() |
WroConfiguration |
FilterConfigWroConfigurationFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
WroConfiguration |
WroFilter.getConfiguration() |
protected WroConfiguration |
WroServletContextListener.newConfiguration()
Create the ContextLoader to use.
|
| Modifier and Type | Method and Description |
|---|---|
protected ObjectFactory<WroConfiguration> |
WroFilter.newWroConfigurationFactory(javax.servlet.FilterConfig filterConfig) |
protected ObjectFactory<WroConfiguration> |
ConfigurableWroFilter.newWroConfigurationFactory(javax.servlet.FilterConfig filterConfig) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WroFilter.setWroConfigurationFactory(ObjectFactory<WroConfiguration> wroConfigurationFactory) |
| Modifier and Type | Method and Description |
|---|---|
WroConfiguration |
ServletContextAttributeHelper.getWroConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultWroManagerFactory |
DefaultWroManagerFactory.create(WroConfiguration configuration)
A factory method which uses
WroConfiguration to get the configured wroManager className. |
| Modifier and Type | Method and Description |
|---|---|
static DefaultWroManagerFactory |
DefaultWroManagerFactory.create(ObjectFactory<WroConfiguration> configurationFactory) |
Copyright © 2008-2014. All Rights Reserved.