|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentTemplateSource
Provides access to cached ComponentTemplates. The source acts as a
invalidation event hub, and will broadcast invalidation events when any loaded template resource changes. The
listener for these invalidation events is the page source, which stores cached page instances.
missing template.
| Method Summary | |
|---|---|
InvalidationEventHub |
getInvalidationEventHub()
Event hub used to notify listeners that underlying component template files have changed. |
ComponentTemplate |
getTemplate(ComponentModel componentModel,
Locale locale)
Provides access to a template. |
| Method Detail |
|---|
ComponentTemplate getTemplate(ComponentModel componentModel,
Locale locale)
componentModel - model for the component whose template is to be accessedlocale - the locale to find the template within
InvalidationEventHub getInvalidationEventHub()
ComponentTemplates
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||