Package | Description |
---|---|
com.github.wuic.engine.core |
Modifier and Type | Class and Description |
---|---|
class |
AngularTemplateInspector
An AngularJS support that detects template URL.
|
class |
CssUrlLineInspector
This class inspects CSS files to extract nuts referenced with @import statement to process it.
|
class |
SourceMapLineInspector
This inspector removes from scripts the "sourceMappingURL" statement when the chain is going to minify/aggregate it.
|
Modifier and Type | Method and Description |
---|---|
void |
TextInspectorEngine.addInspector(LineInspector inspector)
Adds a new inspector.
|
protected String |
TextInspectorEngine.inspectLine(String line,
EngineRequest request,
LineInspector inspector,
List<LineInspector.ReplacementInfo> replacementInfoList,
CompositeNut.CompositeInputStream cis,
ConvertibleNut original)
Inspects the given line and eventually adds some extracted nuts to the nut referencing it.
|
Constructor and Description |
---|
TextInspectorEngine(Boolean inspect,
String cs,
LineInspector... inspectors)
Builds a new instance.
|
Copyright © 2012-2015. All Rights Reserved.