|
Return to www.inductionframework.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.acciente.induction.init.config.xmlconfigloader.XMLConfigLoader
public class XMLConfigLoader
An implementation of the ConfigLoader that loads the configuration from an XML file.
| Constructor Summary | |
|---|---|
XMLConfigLoader(java.io.File oConfigFile)
This constructor was written to faciliate testing the config loader by loading a file directly from the filesystem. |
|
XMLConfigLoader(javax.servlet.ServletConfig oServletConfig)
|
|
| Method Summary | |
|---|---|
Config |
getConfig()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLConfigLoader(javax.servlet.ServletConfig oServletConfig)
public XMLConfigLoader(java.io.File oConfigFile)
oConfigFile - | Method Detail |
|---|
public Config getConfig()
throws ConfigLoaderException
getConfig in interface ConfigLoaderConfigLoaderException
|
Return to www.inductionframework.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||