log.fine("Creating Facelet for: " + url);
}
String alias = "/"
+ url.getFile().replaceFirst(this.baseUrl.getFile(), "");
try {
FaceletHandler h = this.compiler.compile(url, alias);
DefaultFacelet f = new DefaultFacelet(this, this.compiler
.createExpressionFactory(), url, alias, h);
return f;
} catch (FileNotFoundException fnfe) {
throw new FileNotFoundException("Facelet " + alias + " not found at: "