Context
component which is the lowest configuration
object in WUIC.See: Description
Interface | Description |
---|---|
ContextInterceptor |
Represents an interceptor that is called just before and just after a workflow is processed.
|
Class | Description |
---|---|
Context |
The context is the core element of WUIC which allows to process nuts inside workflow.
|
ContextBuilder |
This builder can be configured to build contexts in an expected state by the user.
|
ContextBuilderConfigurator |
A configurator configures
ContextBuilder . |
ContextInterceptorAdapter |
An adapter of the
ContextInterceptor interface with methods implementations that do nothing. |
ContextSetting |
Internal class used to track settings associated to a particular tag.
|
ProxyNutDaoRegistration |
An class representing a registration that leads to a proxy creation.
|
TaggedSettings |
This class wraps a map associating arbitrary tag objects to their
ContextSetting . |
This package provides the central Context
component which is the lowest configuration
object in WUIC. The WuicFacade
relies on this object which could be build thanks to a
ContextBuilder
.
Copyright © 2012-2015. All Rights Reserved.