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 | |
com.github.wuic.nut |
This package defines what is a nut in WUIC and how to manage it.
|
com.github.wuic.nut.dao.core |
Package where
NutDao implementations are defined for core module. |
com.github.wuic.nut.dao.servlet |
This package defines the DAO support for servlet container.
|
com.github.wuic.servlet |
This package defines the Servlet support provided by WUIC.
|
com.github.wuic.util |
Utility package where helper methods are defined.
|
com.github.wuic.xml |
This package provides the classes which read the 'wuic.xml' path.
|
Class and Description |
---|
BiFunction
Represents a contract inspired from Java 8 features which defines a function expecting two parameters..
|
UrlProviderFactory
This factory creates
UrlProvider considering a particular workflow ID. |
Class and Description |
---|
PollingScheduler
This class is able to schedule a polling operation in the
WuicScheduledThreadPool . |
UrlProviderFactory
This factory creates
UrlProvider considering a particular workflow ID. |
Class and Description |
---|
UrlProvider
This interface gives a change to specify how the public URL should be exposed to access a nut.
|
UrlProviderFactory
This factory creates
UrlProvider considering a particular workflow ID. |
Class and Description |
---|
Pipe.DefaultTransformer
The default transformer just copies the
InputStream to the OutputStream and produces a content
which can be aggregated to an other one. |
Pipe.Transformer
This interface describes an object which is able to write into an
OutputStream some transformed bytes
read from InputStream . |
UrlProvider
This interface gives a change to specify how the public URL should be exposed to access a nut.
|
Class and Description |
---|
Pipe.OnReady
This class represents an object notified when a transformation is done.
|
Pipe.Transformer
This interface describes an object which is able to write into an
OutputStream some transformed bytes
read from InputStream . |
PollingScheduler
This class is able to schedule a polling operation in the
WuicScheduledThreadPool . |
Class and Description |
---|
PollingScheduler
This class is able to schedule a polling operation in the
WuicScheduledThreadPool . |
Class and Description |
---|
PollingScheduler
This class is able to schedule a polling operation in the
WuicScheduledThreadPool . |
Class and Description |
---|
BiFunction
Represents a contract inspired from Java 8 features which defines a function expecting two parameters..
|
PollingScheduler
This class is able to schedule a polling operation in the
WuicScheduledThreadPool . |
Class and Description |
---|
NutDiskStore
This class stores nuts in a dedicated temporary directory.
|
Pipe
This class helps to chains transformers that read
InputStream and writes some transformed bytes to a
ByteArrayOutputStream . |
Pipe.Execution
This class represents the result of the transformation made by thanks to piped transformers.
|
Pipe.OnReady
This class represents an object notified when a transformation is done.
|
Pipe.Transformer
This interface describes an object which is able to write into an
OutputStream some transformed bytes
read from InputStream . |
PollingScheduler.Polling
This class represents a polling information.
|
SyncFuture
This
Future wraps a result computed synchronously and consequently return it as soon as SyncFuture.get() is
called. |
UrlMatcher
This class helps to extract parameters from URL.
|
UrlProvider
This interface gives a change to specify how the public URL should be exposed to access a nut.
|
UrlProviderFactory
This factory creates
UrlProvider considering a particular workflow ID. |
WuicScheduledThreadPool
This class is used internally by WUIC to control the number of created threads for different tasks.
|
Class and Description |
---|
PollingScheduler
This class is able to schedule a polling operation in the
WuicScheduledThreadPool . |
Copyright © 2012-2015. All Rights Reserved.