Package | Description |
---|---|
com.github.wuic.nut |
This package defines what is a nut in WUIC and how to manage it.
|
com.github.wuic.nut.dao.servlet |
This package defines the DAO support for servlet container.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertibleNut
Base class for
ConvertibleNut implementation with state management (attributes like transformers or referenced
nuts). |
class |
ByteArrayNut
Represents an in-memory nut which can be created on the fly in any context.
|
class |
CompositeNut
A composite
Nut is able to chain all the stream provided by each element of the composition. |
class |
FilePathNut
Represents a nut on the path system provided or to be managed by the WUIC framework.
|
class |
HttpNut
A
Nut implementation for HTTP accesses. |
class |
ImageNut
This class wraps a
Nut that corresponds to an image and provide its position inside a combination. |
class |
NotReachableNut
This class represents a nut that is not reachable.
|
class |
NutWrapper
|
class |
PipedConvertibleNut
This
ConvertibleNut pipes transformers with the Pipe class. |
class |
PrefixedNut
This class wraps a
Nut that should be named with a particular prefix. |
class |
TransformedNut
A transformed nut wraps a
ConvertibleNut and considers its input stream as the result of the transformation. |
Modifier and Type | Class and Description |
---|---|
class |
WebappNut
Represents a nut on the path system provided or to be managed by the WUIC framework.
|
Copyright © 2012-2015. All Rights Reserved.