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.exception |
This package contains all common exceptions which could be thrown by WUIC.
|
com.github.wuic.xml |
This package provides the classes which read the 'wuic.xml' path.
|
Modifier and Type | Method and Description |
---|---|
WuicFacadeBuilder.ContextBuilderFacade |
WuicFacadeBuilder.ContextBuilderFacade.workflow(String identifier,
Boolean forEachHeap,
String heapIdPattern,
String workflowTemplateId)
Creates a new workflow.
|
Modifier and Type | Method and Description |
---|---|
ContextBuilder |
ContextBuilder.workflow(String identifier,
Boolean forEachHeap,
String heapIdPattern,
String workflowTemplateId)
Creates a new workflow.
|
Modifier and Type | Method and Description |
---|---|
static void |
WuicException.throwWorkflowTemplateNotFoundException(String workflowId)
Throws an exception indicating that a workflow template does not exists.
|
Modifier and Type | Method and Description |
---|---|
static void |
XmlContextBuilderConfigurator.configureTemplates(XmlWuicBean xml,
ContextBuilder ctxBuilder)
Configures the given builder with the template in the specified bean.
|
static void |
XmlContextBuilderConfigurator.configureWorkflow(XmlWuicBean xml,
ContextBuilder ctxBuilder)
Configures the given builder with the specified bean.
|
Copyright © 2012-2015. All Rights Reserved.