|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SupportedResourceType in ro.isdc.wro.model.resource.processor |
|---|
| Methods in ro.isdc.wro.model.resource.processor that return SupportedResourceType | |
|---|---|
SupportedResourceType |
SupportedResourceTypeAware.getSupportedResourceType()
|
| Uses of SupportedResourceType in ro.isdc.wro.model.resource.processor.decorator |
|---|
| Methods in ro.isdc.wro.model.resource.processor.decorator that return SupportedResourceType | |
|---|---|
SupportedResourceType |
LazyProcessorDecorator.getSupportedResourceType()
|
SupportedResourceType |
AbstractProcessorDecoratorSupport.getSupportedResourceType()
This method is final, because it intends to preserve the getSupportedResourceType flag of the decorated processor. |
protected SupportedResourceType |
AbstractProcessorDecoratorSupport.getSupportedResourceTypeInternal()
Allow subclass override the way getSupportedResourceType is used. |
| Uses of SupportedResourceType in ro.isdc.wro.model.resource.processor.impl.css |
|---|
| Classes in ro.isdc.wro.model.resource.processor.impl.css with annotations of type SupportedResourceType | |
|---|---|
class |
AbstractCssImportPreProcessor
CssImport Processor responsible for handling css @import statement. |
class |
AbstractCssUrlRewritingProcessor
A processor responsible for rewriting url's from inside the css resources. |
class |
ConformColorsCssProcessor
A processor which transform all colors to #rgb format. |
class |
CssCompressorProcessor
A processor implementation using CssCompressor algorithm. |
class |
CssImportPreProcessor
CssImport Processor responsible for handling css @import statement. |
class |
CssMinProcessor
A processor implementation using CSSMin algorithm. |
class |
CssVariablesProcessor
Processor of css resources, responsible for replacing variables. |
class |
JawrCssMinifierProcessor
A processor implementation using JawrCssMinifier algorithm. |
class |
VariablizeColorsCssProcessor
|
| Uses of SupportedResourceType in ro.isdc.wro.model.resource.processor.impl.js |
|---|
| Classes in ro.isdc.wro.model.resource.processor.impl.js with annotations of type SupportedResourceType | |
|---|---|
class |
ConsoleStripperProcessor
A preProcessor, responsible for removing console.log(..) and console.debug(..) statements. |
class |
JSMinProcessor
Use JSMin utility for js compression. |
class |
SemicolonAppenderPreProcessor
A preProcessor, responsible for adding a ';' character to the end of each js file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||