|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentTemplateSource
Provides access to cached ComponentTemplate
s. 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,
ComponentResourceSelector selector)
Provides access to a template. |
Method Detail |
---|
ComponentTemplate getTemplate(ComponentModel componentModel, ComponentResourceSelector selector)
componentModel
- model for the component whose template is to be accessedselector
- defines locale and other information needed to locate template
InvalidationEventHub getInvalidationEventHub()
ComponentTemplates
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |