getTemplate(ComponentModel componentModel, Locale locale) Resolves the component name to a
Resource and finds the localization of that resource
(the combination of component name and locale is resolved to a resource).
Checks to see if any parsed resource has changed. If so, then all internal caches are
cleared, and an invalidation event is fired. This is brute force ... a more targetted
dependency management strategy may come later.
Resolves the component name to a
Resource and finds the localization of that resource
(the combination of component name and locale is resolved to a resource). The localized
resource is used as the key to a cache of
ComponentTemplate s.
If a template doesn't exist, then the missing ComponentTemplate is returned.
Methods inherited from org.apache.tapestry.internal.event.InvalidationEventHubImpl