| Modifier and Type | Method and Description |
|---|---|
SupportedResourceType |
SupportedResourceTypeAware.getSupportedResourceType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2008-2013. All Rights Reserved.