|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
Config |
getConfig()
|
Method Detail |
---|
Config getConfig() throws ConfigLoaderException
ConfigLoaderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |