Package | Description |
---|---|
com.github.wuic.context |
This package provides the central
Context component which is the lowest configuration
object in WUIC. |
com.github.wuic.engine |
This package contains the definition of an
Engine . |
com.github.wuic.engine.core | |
com.github.wuic.engine.servlet |
This package defines the engine support for servlet container.
|
Modifier and Type | Method and Description |
---|---|
ContextBuilder |
ContextBuilder.engineBuilder(String id,
ObjectBuilder<Engine> engine)
Add a new
Engine builder identified by the specified ID. |
Constructor and Description |
---|
ContextBuilder(ObjectBuilderFactory<Engine> engineBuilderFactory,
ObjectBuilderFactory<NutDao> nutDaoBuilderFactory,
ObjectBuilderFactory<NutFilter> nutFilterBuilderFactory,
ObjectBuilderInspector... inspectors)
Creates a new instance with specific builder factories.
|
Modifier and Type | Class and Description |
---|---|
class |
HeadEngine
Represents an
Engine that could be the head of a chain of responsibility. |
class |
NodeEngine
Linkable
Engine . |
Modifier and Type | Method and Description |
---|---|
int |
Engine.compareTo(Engine other) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAggregatorEngine
This
engine is an abstraction for aggregation nut aggregation. |
class |
AbstractCacheEngine
This class is an abstraction of an
engine
which reads from a cache the nuts associated to a workflow to be processed. |
class |
AbstractCompressorEngine
This
engine defines the base treatments to execute when
compressing a set of files. |
class |
AbstractConverterEngine
|
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 |
ScheduledCacheEngine
This abstract engine is able to clear its cache in a particular interval.
|
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. |
class |
TextInspectorEngine
Basic inspector engine for text nuts processing text line per line.
|
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.