org.apache.tapestry5.internal.services
Class ValidationMessagesSourceImpl
java.lang.Object
org.apache.tapestry5.internal.services.ValidationMessagesSourceImpl
- All Implemented Interfaces:
- UpdateListener, ValidationMessagesSource
public class ValidationMessagesSourceImpl
- extends Object
- implements ValidationMessagesSource, UpdateListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationMessagesSourceImpl
public ValidationMessagesSourceImpl(List<String> bundles,
Resource classpathRoot,
ClasspathURLConverter classpathURLConverter)
getValidationMessages
public Messages getValidationMessages(Locale locale)
- Specified by:
getValidationMessages in interface ValidationMessagesSource
checkForUpdates
public void checkForUpdates()
- Description copied from interface:
UpdateListener
- Invoked to force the receiver to check for updates to whatever underlying resources it makes use of.
- Specified by:
checkForUpdates in interface UpdateListener
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.