|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentMessagesSource
Used to connect a Tapestry component to its message catalog.
| Method Summary | |
|---|---|
InvalidationEventHub |
getInvalidatonEventHub()
Returns the event hub that allows listeners to be notified when any underlying message catalog file is changed. |
Messages |
getMessages(ComponentModel componentModel,
Locale locale)
Used to obtain a Messages instance for a particular component, within a particular locale. |
| Method Detail |
|---|
Messages getMessages(ComponentModel componentModel,
Locale locale)
Messages instance for a particular component, within a particular locale. If the
component extends from another component, then its localized properties will merge with its parent's properties
(with the subclass overriding the super class on any conflicts).
componentModel - locale -
InvalidationEventHub getInvalidatonEventHub()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||