Package | Description |
---|---|
com.github.wuic.context |
This package provides the central
Context component which is the lowest configuration
object in WUIC. |
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.xml |
This package provides the classes which read the 'wuic.xml' path.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextBuilderConfigurator
A configurator configures
ContextBuilder . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNutDao
An abstract implementation of a
NutDao . |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathNutDao
A
NutDao implementation for classpath accesses. |
class |
DiskNutDao
A
NutDao implementation for disk accesses. |
class |
HttpNutDao
A
NutDao implementation for HTTP accesses. |
class |
PathNutDao
A
NutDao implementation for accesses based on the path API provided by WUIC. |
Modifier and Type | Class and Description |
---|---|
class |
RequestDispatcherNutDao
This
NutDao relies on ServletContext.getResourceAsStream(String)
and ServletContext.getRequestDispatcher(String) to create nuts . |
class |
WebappNutDao
A
NutDao implementation for webapp accesses. |
Modifier and Type | Class and Description |
---|---|
class |
HtmlParserFilter
This filter uses the
WuicFacade to configure the related ContextBuilder with workflow
built on the fly when an HTML page is filtered. |
Modifier and Type | Class and Description |
---|---|
class |
FileXmlContextBuilderConfigurator
Represents a configurator based on XML read from an
URL . |
class |
ReaderXmlContextBuilderConfigurator
Represents a configurator based on XML read from a
Reader . |
class |
XmlContextBuilderConfigurator
This configurator implements XML supports for WUIC.
|
Copyright © 2012-2015. All Rights Reserved.