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 . |
Modifier and Type | Method and Description |
---|---|
EngineRequestBuilder |
ContextInterceptorAdapter.beforeProcess(EngineRequestBuilder request)
Called just before the workflow is executed.
|
EngineRequestBuilder |
ContextInterceptor.beforeProcess(EngineRequestBuilder request)
Called just before the workflow is executed.
|
EngineRequestBuilder |
ContextInterceptorAdapter.beforeProcess(EngineRequestBuilder request,
String path)
Called just before the workflow is executed to retrieve one path.
|
EngineRequestBuilder |
ContextInterceptor.beforeProcess(EngineRequestBuilder request,
String path)
Called just before the workflow is executed to retrieve one path.
|
Modifier and Type | Method and Description |
---|---|
EngineRequestBuilder |
ContextInterceptorAdapter.beforeProcess(EngineRequestBuilder request)
Called just before the workflow is executed.
|
EngineRequestBuilder |
ContextInterceptor.beforeProcess(EngineRequestBuilder request)
Called just before the workflow is executed.
|
EngineRequestBuilder |
ContextInterceptorAdapter.beforeProcess(EngineRequestBuilder request,
String path)
Called just before the workflow is executed to retrieve one path.
|
EngineRequestBuilder |
ContextInterceptor.beforeProcess(EngineRequestBuilder request,
String path)
Called just before the workflow is executed to retrieve one path.
|
Modifier and Type | Method and Description |
---|---|
EngineRequestBuilder |
EngineRequestBuilder.bestEffort()
Enables best effort for this request.
|
EngineRequestBuilder |
EngineRequestBuilder.chain(NutType nutType,
NodeEngine nodeEngine)
|
EngineRequestBuilder |
EngineRequestBuilder.chains(Map<NutType,? extends NodeEngine> c)
|
EngineRequestBuilder |
EngineRequestBuilder.contextPath(String cp)
Sets the context path.
|
EngineRequestBuilder |
EngineRequestBuilder.disableBestEffort()
Disables best effort for this request.
|
EngineRequestBuilder |
EngineRequestBuilder.excludeFromSprite(Set<String> efs)
Excludes any nut with a name in the given set from sprite computation.
|
EngineRequestBuilder |
EngineRequestBuilder.heap(NutsHeap h)
Sets the
NutsHeap . |
EngineRequestBuilder |
EngineRequestBuilder.nuts(List<? extends Nut> n)
Sets the nuts.
|
EngineRequestBuilder |
EngineRequestBuilder.prefixCreatedNut(String pcn)
Sets the prefix of created nut.
|
EngineRequestBuilder |
EngineRequestBuilder.processContext(ProcessContext pc)
Sets the process context.
|
EngineRequestBuilder |
EngineRequestBuilder.skip(EngineType... toSkip)
Sets the skipped
EngineType . |
EngineRequestBuilder |
EngineRequestBuilder.staticsServedByWuicServlet()
Indicates that result will be served by WUIC servlet.
|
EngineRequestBuilder |
EngineRequestBuilder.urlProviderFactory(UrlProviderFactory upf)
Sets the
UrlProviderFactory . |
EngineRequestBuilder |
EngineRequestBuilder.workflowId(String wId)
Sets the workflow ID.
|
EngineRequestBuilder |
EngineRequestBuilder.workflowKey(String wk)
Sets the workflow key.
|
Copyright © 2012-2015. All Rights Reserved.