//_baseUrl = resolver.resolveUrl("/");
_refreshPeriod = refreshPeriod < 0 ? INFINITE_DELAY : refreshPeriod * 1000;
// facelet cache. Lookup here, because after all this is a "part" of the facelet factory implementation.
FaceletCacheFactory cacheFactory
= (FaceletCacheFactory) FactoryFinder.getFactory(FactoryFinder.FACELET_CACHE_FACTORY);
_faceletCache = (FaceletCache<Facelet>) cacheFactory.getFaceletCache();
FaceletCache.MemberFactory<Facelet> faceletFactory = new FaceletCache.MemberFactory<Facelet>()
{
public Facelet newInstance(URL url) throws IOException
{