|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigurationProcessor
Allows for customizations of the configuration process. Implementations of this interface can be used to programmatically manipulate CinnamonConfig instances before and after the usual configuration mechanisms (i.e. XML file parsing) are applied.
| Method Summary | |
|---|---|
void |
init(Map<String,String> initMap,
Map<String,Object> applicationMap)
Initializes the ConfigurationProcessor. |
void |
postProcess(CinnamonConfig config)
Method called after the usual configuration logic (XML file parsing, Spring context analyzing) was applied to the given CinnamonConfig instance. |
void |
preProcess(CinnamonConfig config)
Method called before the usual configuration logic (XML file parsing, Spring context analyzing) will be applied to the given CinnamonConfig instance. |
| 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)void preProcess(CinnamonConfig config)
config - the CinnamonConfig instance under constructionvoid postProcess(CinnamonConfig config)
config - the CinnamonConfig instance under construction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||