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. |
Modifier and Type | Method and Description |
---|---|
ObjectBuilder<NutDao> |
WuicFacade.newNutDaoBuilder(String type)
Builds a new
NutDao builder. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjectBuilder<T>
Abstract implementation of what is a
ObjectBuilder . |
Modifier and Type | Method and Description |
---|---|
ObjectBuilder<T> |
ObjectBuilderFactory.create(String type)
Creates a builder for the given type.
|
ObjectBuilder<T> |
ObjectBuilder.disableSupport(String key,
Object value)
Disables the support of a property with a particular value.
|
ObjectBuilder<T> |
AbstractObjectBuilder.disableSupport(String key,
Object value)
Disables the support of a property with a particular value.
|
ObjectBuilder<T> |
ObjectBuilder.property(String key,
Object value)
Decorates this builder with a property.
|
ObjectBuilder<T> |
AbstractObjectBuilder.property(String key,
Object value)
Decorates this builder with a property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySetter.init(ObjectBuilder<?> b,
String propertyKey,
Object defaultValue)
Initializes this instance.
|
Modifier and Type | Method and Description |
---|---|
ObjectBuilder<NutDao> |
ContextBuilder.newNutDaoBuilder(String type)
Builds a new
NutDao builder. |
Modifier and Type | Method and Description |
---|---|
ContextBuilder |
ContextBuilder.engineBuilder(String id,
ObjectBuilder<Engine> engine)
Add a new
Engine builder identified by the specified ID. |
ContextBuilder |
ContextBuilder.nutFilter(String id,
ObjectBuilder<NutFilter> filter)
Add a new
NutFilter builder identified by the specified ID. |
Copyright © 2012-2015. All Rights Reserved.