// default ("/WEB-INF/faces-config.xml") locater
IJSFAppConfigLocater defaultConfigLocater = new DefaultJSFAppConfigLocater();
ret.add(defaultConfigLocater);
// web.xml context-parameter specified locater
IJSFAppConfigLocater contextParamConfigLocater = new ContextParamSpecifiedJSFAppConfigLocater();
ret.add(contextParamConfigLocater);
// runtime classpath locater
IJSFAppConfigLocater classpathConfigLocater = new RuntimeClasspathJSFAppConfigLocater();
ret.add(classpathConfigLocater);