Package | Description |
---|---|
com.github.wuic.engine.core |
Modifier and Type | Class and Description |
---|---|
class |
CssInspectorEngine
This engines parses CSS files thanks to a
CssUrlLineInspector and a SourceMapLineInspector . |
class |
CssUrlLineInspector
This class inspects CSS files to extract nuts referenced with @import statement to process it.
|
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 |
JavascriptInspectorEngine
This engine parses JS files thanks to a
SourceMapLineInspector . |
class |
TextInspectorEngine
Basic inspector engine for text nuts processing text line per line.
|
Copyright © 2012-2015. All Rights Reserved.