Package | Description |
---|---|
com.github.wuic |
This package is the most general package of the WUIC library.
|
com.github.wuic.config |
This package contains all the API elements to make objects configurable.
|
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.engine.servlet |
This package defines the engine support for servlet container.
|
com.github.wuic.engine.setter |
This package defines basic stuff to implement the
Engine builder. |
com.github.wuic.exception |
This package contains all common exceptions which could be thrown by WUIC.
|
com.github.wuic.nut |
This package defines what is a nut in WUIC and how to manage it.
|
com.github.wuic.nut.dao |
Package where
nuts associated service are defined. |
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.nut.filter |
This package defines the filter API for WUIC.
|
com.github.wuic.nut.filter.core | |
com.github.wuic.nut.filter.setter |
This package defines basic stuff to implement the
NutFilter builder. |
com.github.wuic.nut.setter |
This package defines basic stuff to implement the
NutDao builder. |
com.github.wuic.path |
This package defines the contracts and abstractions of those contracts of a little API designed by WUIC to resolve
path navigation.
|
com.github.wuic.path.core |
This package defines core implementation of the path API to resolve a hierarchical path with each element
corresponding to either a path, a directory, a ZIP archive or an entry of a ZIP archive.
|
com.github.wuic.servlet |
This package defines the Servlet support provided by WUIC.
|
com.github.wuic.servlet.jetty |
This package folks jetty code that implements the servlet path specification.
|
com.github.wuic.servlet.path |
This package provides webapp support for
Path manipulations. |
com.github.wuic.tag |
This package defines the tags provided by WUIC.
|
com.github.wuic.util |
Utility package where helper methods are defined.
|
com.github.wuic.util.detect | |
com.github.wuic.xml |
This package provides the classes which read the 'wuic.xml' path.
|
Copyright © 2012-2015. All Rights Reserved.