publicinterfaceITemplateResolver {.../* * Templates are resolved by their name (or content) and also (optionally) their * owner template in case we are trying to resolve a fragment for another template. * Will return null if template cannot be handled by this template resolver. */publicTemplateResolutionresolveTemplate(finalIEngineConfiguration configuration,finalString ownerTemplate,finalString template,finalMap<String,Object> templateResolutionAttributes);}