com.acciente.induction.init.config
Interface ConfigLoader

All Known Implementing Classes:
XMLConfigLoader

public interface ConfigLoader

This interface abstracts the mechanism used to load the configuration settings used by the dispatcher.

A class implementing this interface is expected to have a single public contructor adhering to the following convention:

- the single constructor should accepts no arguments or

- the single constructor should declare formal parameters using only the following types:

- javax.servlet.ServletContext

- javax.servlet.ServletConfig

Author:
Adinath Raveendra Raj

Method Summary
 Config getConfig()
           
 

Method Detail

getConfig

Config getConfig()
                 throws ConfigLoaderException
Throws:
ConfigLoaderException


Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.