|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigurationBuilder
ConfigurationBuilder implementations are responsible for loading and processing configuration files and creating and populating CinnamonConfig instances. Cinnamon comes with two builtin implementations. One use Cinnamons own XML configuration format, the other uses a Spring ApplicationContext to assemble the configuration artifacts from.
| Method Summary | |
|---|---|
CinnamonConfig |
build()
Loads and processes the configuration and creates, populates and returns a new CinnamonConfig instance. |
void |
init(Map<String,String> initMap,
Map<String,Object> applicationMap)
Initializes the ServiceFactory. |
| Method Detail |
|---|
void init(Map<String,String> initMap,
Map<String,Object> applicationMap)
initMap - the initialisation parameters (taken from ServletConfig in a web application)applicationMap - the application attributes (taken from ServletContext in a web application)CinnamonConfig build()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||