| Package | Description |
|---|---|
| ro.isdc.wro.manager | |
| ro.isdc.wro.manager.factory | |
| ro.isdc.wro.model.resource.support.naming | |
| ro.isdc.wro.util.provider |
| Modifier and Type | Method and Description |
|---|---|
NamingStrategy |
WroManager.getNamingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
WroManager.Builder |
WroManager.Builder.setNamingStrategy(NamingStrategy namingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected NamingStrategy |
ConfigurableWroManagerFactory.newNamingStrategy() |
protected NamingStrategy |
BaseWroManagerFactory.newNamingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
BaseWroManagerFactory |
BaseWroManagerFactory.setNamingStrategy(NamingStrategy namingStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableNamingStrategy
Uses the
NamingStrategy implementation associated with an alias read from properties file. |
class |
DefaultHashEncoderNamingStrategy
Encodes the hash into the folder where the resources is located.
|
class |
FolderHashEncoderNamingStrategy
Encodes the hash into the folder where the resources is located.
|
class |
NoOpNamingStrategy
The simplest implementation of
NamingStrategy which preserve the original name. |
class |
TimestampNamingStrategy
This naming strategy append a timestamp to the name of the file.
|
| Modifier and Type | Method and Description |
|---|---|
protected NamingStrategy |
ConfigurableNamingStrategy.getDefaultStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,NamingStrategy> |
ConfigurableNamingStrategy.getStrategies(NamingStrategyProvider provider) |
Map<String,NamingStrategy> |
NamingStrategyProvider.provideNamingStrategies() |
Map<String,NamingStrategy> |
DefaultNamingStrategyProvider.provideNamingStrategies() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NamingStrategy> |
DefaultConfigurableProvider.provideNamingStrategies() |
Map<String,NamingStrategy> |
ConfigurableProviderSupport.provideNamingStrategies() |
Copyright © 2008-2014. All Rights Reserved.