* Mar 15, 2008 APR - created
*/
public static ConfigLoader getConfigLoader( ServletConfig oServletConfig )
throws ClassNotFoundException, InvocationTargetException, ConstructorNotFoundException, ParameterProviderException, IllegalAccessException, InstantiationException
{
ConfigLoader oConfigLoader;
String sConfigLoaderClassName;
Log oLog;
oLog = LogFactory.getLog( ConfigLoaderInitializer.class );