Package | Description |
---|---|
com.github.wuic.engine.core | |
com.github.wuic.engine.servlet |
This package defines the engine support for servlet container.
|
Modifier and Type | Class and Description |
---|---|
class |
CssInspectorEngine
This engines parses CSS files thanks to a
CssUrlLineInspector and a SourceMapLineInspector . |
class |
GzipEngine
This engine GZIP nut content.
|
class |
HtmlInspectorEngine
This engine is able to parse an HTML to collect all CSS and JS scripts, refer them through a heap and set
reference to associated workflow URL in DOM.
|
class |
ImageAggregatorEngine
This engine is in charge to merge images into one final image.
|
class |
ImageCompressorEngine
Engine that compress images.
|
class |
JavascriptInspectorEngine
This engine parses JS files thanks to a
SourceMapLineInspector . |
class |
MemoryMapCacheEngine
|
class |
SpriteInspectorEngine
This engine computes sprites for a set of images.
|
class |
StaticEngine
This engine should be used for non-dynamic WUIC features.
|
class |
TextAggregatorEngine
This
engine can aggregate all the specified files in one path. |
Modifier and Type | Class and Description |
---|---|
class |
ServletGzipEngine
This engine GZIP nut content only if the original HTTP request supports it.
|
Copyright © 2012-2015. All Rights Reserved.