Package | Description |
---|---|
com.github.wuic.engine |
This package contains the definition of an
Engine . |
com.github.wuic.engine.core |
Modifier and Type | Method and Description |
---|---|
abstract List<? extends ConvertibleNut> |
LineInspector.appendTransformation(Matcher matcher,
StringBuilder replacement,
EngineRequest request,
CompositeNut.CompositeInputStream cis,
ConvertibleNut originalNut)
Computes the replacement to be made inside the text for the given
Matcher which its find()
method as just been called. |
static NutsHeap |
LineInspector.getHeap(EngineRequest request,
ConvertibleNut originalNut,
CompositeNut.CompositeInputStream cis,
Matcher matcher,
int groupIndex)
|
Modifier and Type | Method and Description |
---|---|
List<? extends ConvertibleNut> |
SourceMapLineInspector.appendTransformation(Matcher matcher,
StringBuilder replacement,
EngineRequest request,
CompositeNut.CompositeInputStream cis,
ConvertibleNut originalNut)
Computes the replacement to be made inside the text for the given
Matcher which its find()
method as just been called. |
List<? extends ConvertibleNut> |
CssUrlLineInspector.appendTransformation(Matcher matcher,
StringBuilder replacement,
EngineRequest request,
CompositeNut.CompositeInputStream cis,
ConvertibleNut originalNut)
Computes the replacement to be made inside the text for the given
Matcher which its find()
method as just been called. |
List<? extends ConvertibleNut> |
AngularTemplateInspector.appendTransformation(Matcher matcher,
StringBuilder replacement,
EngineRequest request,
CompositeNut.CompositeInputStream cis,
ConvertibleNut originalNut)
Computes the replacement to be made inside the text for the given
Matcher which its find()
method as just been called. |
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.
|
Copyright © 2012-2015. All Rights Reserved.