public ITemplate Handle(String entry, IResourceLocator locator, bool throwException) { if (throwException || locator.Exists(entry)) { return(new FileTemplate(locator, this, locator.PreFixed(entry))); } return(null); }
public ITemplate Handle(String entry, IResourceLocator locator, bool throwException) { if (throwException || locator.Exists(entry)) { return new FileTemplate(locator, this, locator.PreFixed(entry)); } return null; }