|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
public class ComponentMessagesSourceImpl
Constructor Summary | |
---|---|
ComponentMessagesSourceImpl(boolean productionMode,
List<Resource> appCatalogResources,
PropertiesFileParser parser,
ComponentResourceLocator resourceLocator,
ClasspathURLConverter classpathURLConverter)
|
Method Summary | |
---|---|
void |
checkForUpdates()
Invoked to force the receiver to check for updates to whatever underlying resources it makes use of. |
Messages |
getApplicationCatalog(Locale locale)
Gets the Messages derived from the application's message catalog. |
InvalidationEventHub |
getInvalidationEventHub()
Returns the event hub that allows listeners to be notified when any underlying message catalog file is changed. |
Messages |
getMessages(ComponentModel componentModel,
ComponentResourceSelector selector)
Used to obtain a Messages instance for a particular component, using a particular selector. |
Messages |
getMessages(ComponentModel componentModel,
Locale locale)
Used to obtain a Messages instance for a particular component, within a particular locale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentMessagesSourceImpl(@Symbol(value="tapestry.production-mode") boolean productionMode, List<Resource> appCatalogResources, PropertiesFileParser parser, ComponentResourceLocator resourceLocator, ClasspathURLConverter classpathURLConverter)
Method Detail |
---|
public void checkForUpdates()
UpdateListener
checkForUpdates
in interface UpdateListener
public Messages getMessages(ComponentModel componentModel, Locale locale)
ComponentMessagesSource
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).
getMessages
in interface ComponentMessagesSource
public Messages getMessages(ComponentModel componentModel, ComponentResourceSelector selector)
ComponentMessagesSource
Messages
instance for a particular component, using a particular selector. 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).
getMessages
in interface ComponentMessagesSource
selector
- determined correct version of messages to obtain
public Messages getApplicationCatalog(Locale locale)
ComponentMessagesSource
getApplicationCatalog
in interface ComponentMessagesSource
public InvalidationEventHub getInvalidationEventHub()
ComponentMessagesSource
getInvalidationEventHub
in interface ComponentMessagesSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |