this.config = config;
this.prompt = prompt;
this.compiler = compiler;
this.install = install;
this.resolver = new ClassLoaderTemplateResolver(FacesScaffold.class.getClassLoader());
if (this.compiler != null)
{
this.compiler.getTemplateResolverFactory().addResolver(this.resolver);
}