if (Log.isLoggable(Log.FINEST, "lazyj.page.TemplateParser")) //$NON-NLS-1$
Log.log(Log.FINEST, "lazyj.page.TemplateParser", "Parse result : "+this.bOk, sText); //$NON-NLS-1$ //$NON-NLS-2$
if (this.bOk && bCache){
try{
this.dfw = new DateFileWatchdog(sTemplateFileName, 1*60*1000);
this.dfw.addObserver(this);
}
catch (Exception e){
this.dfw = null;
}