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.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.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.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. |
Class and Description |
---|
ObjectBuilder
This interface describes the contract for a class which implements the builder pattern inside WUIC.
|
ObjectBuilderInspector
An inspector called each time a builder produced by
ObjectBuilderFactory builds on a object to give
a chance to modify the object before it gets returned. |
Class and Description |
---|
AbstractObjectBuilder
Abstract implementation of what is a
ObjectBuilder . |
BooleanConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a boolean value. |
ConfigParam
This interface helps to expose only one API for all configuration annotation that share the methods.
|
IntegerConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a integer value. |
ObjectBuilder
This interface describes the contract for a class which implements the builder pattern inside WUIC.
|
ObjectBuilderFactory
This factory creates builder for a particular type of object.
|
ObjectBuilderFactory.KnownType
Data object that provides a detected service and the type name that identifies its builder.
|
ObjectBuilderInspector
An inspector called each time a builder produced by
ObjectBuilderFactory builds on a object to give
a chance to modify the object before it gets returned. |
ObjectConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor that sets a
particular object value. |
PropertySetter
A property setter is an object which is able to set to a particular
NutDao builder a property. |
PropertySetterFactory
Factory that creates a
PropertySetter based on a parameter type. |
StringConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a string value. |
Class and Description |
---|
ObjectBuilder
This interface describes the contract for a class which implements the builder pattern inside WUIC.
|
ObjectBuilderFactory
This factory creates builder for a particular type of object.
|
ObjectBuilderInspector
An inspector called each time a builder produced by
ObjectBuilderFactory builds on a object to give
a chance to modify the object before it gets returned. |
Class and Description |
---|
BooleanConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a boolean value. |
ConfigConstructor
This annotations marks a constructor to use to build a new instance of an annotated service.
|
IntegerConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a integer value. |
ObjectConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor that sets a
particular object value. |
StringConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a string value. |
Class and Description |
---|
BooleanConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a boolean value. |
ConfigConstructor
This annotations marks a constructor to use to build a new instance of an annotated service.
|
Class and Description |
---|
PropertySetter
A property setter is an object which is able to set to a particular
NutDao builder a property. |
PropertySetter.PropertySetterOfObject
Abstract builder for
Object values instantiated with the default constructor of a class loaded with its
name. |
Class and Description |
---|
BooleanConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a boolean value. |
ConfigConstructor
This annotations marks a constructor to use to build a new instance of an annotated service.
|
IntegerConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a integer value. |
ObjectConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor that sets a
particular object value. |
StringConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a string value. |
Class and Description |
---|
BooleanConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a boolean value. |
ConfigConstructor
This annotations marks a constructor to use to build a new instance of an annotated service.
|
IntegerConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a integer value. |
ObjectBuilderInspector
An inspector called each time a builder produced by
ObjectBuilderFactory builds on a object to give
a chance to modify the object before it gets returned. |
ObjectConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor that sets a
particular object value. |
StringConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a string value. |
Class and Description |
---|
BooleanConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor
that sets a boolean value. |
ConfigConstructor
This annotations marks a constructor to use to build a new instance of an annotated service.
|
ObjectConfigParam
This annotation marks a parameter in a constructor annotated with
ConfigConstructor that sets a
particular object value. |
Class and Description |
---|
PropertySetter
A property setter is an object which is able to set to a particular
NutDao builder a property. |
Class and Description |
---|
PropertySetter
A property setter is an object which is able to set to a particular
NutDao builder a property. |
Copyright © 2012-2015. All Rights Reserved.