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.nut.dao.servlet |
This package defines the DAO support for servlet container.
|
Modifier and Type | Method and Description |
---|---|
WuicFacadeBuilder |
WuicFacadeBuilder.objectBuilderInspector(ObjectBuilderInspector obi)
Sets an inspector for any object creation.
|
Modifier and Type | Method and Description |
---|---|
ObjectBuilderFactory<T> |
ObjectBuilderFactory.inspector(ObjectBuilderInspector i)
Adds an inspector.
|
Constructor and Description |
---|
ContextBuilder(ContextBuilder b,
URL properties,
ObjectBuilderInspector... inspectors)
Creates a new instance with the builder factories of a context and additional inspectors.
|
ContextBuilder(ObjectBuilderFactory<Engine> engineBuilderFactory,
ObjectBuilderFactory<NutDao> nutDaoBuilderFactory,
ObjectBuilderFactory<NutFilter> nutFilterBuilderFactory,
ObjectBuilderInspector... inspectors)
Creates a new instance with specific builder factories.
|
ContextBuilder(ObjectBuilderInspector... inspectors)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
WebappNutDaoBuilderInspector
This inspector replaces the built
WebappNutDao by a DiskNutDao if the war is exploded. |
Copyright © 2012-2015. All Rights Reserved.