org.directwebremoting.extend
Interface Configurator
- All Known Implementing Classes:
- AnnotationsConfigurator, DwrXmlConfigurator, FluentConfigurator, InternalConfigurator, SpringConfigurator
public interface Configurator
Provides a way to add bits of configuration to the system.
Predominantly created for Spring, however I can see that other systems and
particularly IoC containers may be glad of a system like this.
- Author:
- Joe Walker [joe at getahead dot ltd dot uk]
configure
void configure(Container container)
- Do the Configuration actions
- Parameters:
container
- The object that contains the system objects to configure