Package | Description |
---|---|
com.github.wuic |
This package is the most general package of the WUIC library.
|
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 |
Modifier and Type | Method and Description |
---|---|
List<ConvertibleNut> |
WuicFacade.runWorkflow(String id,
ProcessContext processContext,
EngineType... skip)
Gets the nuts processed by the given workflow identified by the specified ID inside a specified context.
|
ConvertibleNut |
WuicFacade.runWorkflow(String id,
String path,
ProcessContext processContext,
EngineType... skip)
Gets the nut with the given path processed by the given workflow identified by the specified ID.
|
ConvertibleNut |
WuicFacade.runWorkflow(String id,
String path,
UrlProviderFactory urlProviderFactory,
ProcessContext processContext,
EngineType... skip)
Gets the nut with the given path processed by the given workflow identified by the specified ID.
|
List<ConvertibleNut> |
WuicFacade.runWorkflow(String id,
UrlProviderFactory urlProviderFactory,
ProcessContext processContext,
EngineType... skip)
Gets the nuts processed by the given workflow identified by the specified ID.
|
Modifier and Type | Method and Description |
---|---|
ConvertibleNut |
Context.process(String contextPath,
String wId,
String path,
UrlProviderFactory urlProviderFactory,
ProcessContext processContext,
EngineType... skip)
Processes a workflow an returns the nut inside the result with a name that equals to the specified one.
|
List<ConvertibleNut> |
Context.process(String contextPath,
String workflowId,
UrlProviderFactory urlProviderFactory,
ProcessContext processContext,
EngineType... skip)
Processes a workflow and returns the resulting nuts.
|
Modifier and Type | Method and Description |
---|---|
EngineType[] |
EngineRequest.alsoSkip(EngineType... type)
Returns an array containing all items of
EngineRequestBuilder.skip and also the specified types. |
abstract EngineType |
Engine.getEngineType()
Gets the type of engine.
|
static EngineType |
EngineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EngineType[] |
EngineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static EngineType[] |
EngineType.without(EngineType... type)
Returns all the
EngineType without the specified one. |
Modifier and Type | Method and Description |
---|---|
EngineType[] |
EngineRequest.alsoSkip(EngineType... type)
Returns an array containing all items of
EngineRequestBuilder.skip and also the specified types. |
static List<? extends ConvertibleNut> |
LineInspector.manageAppend(ConvertibleNut nut,
StringBuilder replacement,
EngineRequest request,
NutsHeap heap,
EngineType... skippedEngine)
Manages the given nut that corresponds to the specified referenced path and append the transformation with proper
path.
|
boolean |
EngineRequestBuilder.shouldSkip(EngineType engineType)
Indicates if an engine of the given type should skip its treatment when this request is submitted.
|
boolean |
EngineRequest.shouldSkip(EngineType engineType)
Indicates if an engine of the given type should skip its treatment when this request is submitted.
|
EngineRequestBuilder |
EngineRequestBuilder.skip(EngineType... toSkip)
Sets the skipped
EngineType . |
static EngineType[] |
EngineType.without(EngineType... type)
Returns all the
EngineType without the specified one. |
Constructor and Description |
---|
EngineRequest.Key(String wKey,
List<ConvertibleNut> nutsList,
EngineType... s)
Builds a new instance.
|
Modifier and Type | Method and Description |
---|---|
EngineType |
StaticEngine.getEngineType()
Gets the type of engine.
|
EngineType |
SpriteInspectorEngine.getEngineType()
Gets the type of engine.
|
EngineType |
JavascriptInspectorEngine.getEngineType()
Gets the type of engine.
|
EngineType |
ImageCompressorEngine.getEngineType()
Gets the type of engine.
|
EngineType |
HtmlInspectorEngine.getEngineType()
Gets the type of engine.
|
EngineType |
GzipEngine.getEngineType()
Gets the type of engine.
|
EngineType |
CssInspectorEngine.getEngineType()
Gets the type of engine.
|
EngineType |
AbstractConverterEngine.getEngineType()
Gets the type of engine.
|
EngineType |
AbstractCacheEngine.getEngineType()
Gets the type of engine.
|
EngineType |
AbstractAggregatorEngine.getEngineType()
Gets the type of engine.
|
Copyright © 2012-2015. All Rights Reserved.