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.util |
Utility package where helper methods are defined.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
UrlProviderFactory |
EngineRequestBuilder.getUrlProviderFactory()
Gets the
UrlProviderFactory . |
UrlProviderFactory |
EngineRequest.getUrlProviderFactory()
Gets the
UrlProviderFactory . |
Modifier and Type | Method and Description |
---|---|
EngineRequestBuilder |
EngineRequestBuilder.urlProviderFactory(UrlProviderFactory upf)
Sets the
UrlProviderFactory . |
Modifier and Type | Class and Description |
---|---|
static class |
UrlUtils.DefaultUrlProviderFactory
This factory builds default
UrlProvider . |
Modifier and Type | Method and Description |
---|---|
static UrlProviderFactory |
UrlUtils.urlProviderFactory()
Creates a default
UrlProviderFactory . |
Copyright © 2012-2015. All Rights Reserved.