com.acsinet_solutions.util.text
Interface MessageFactory

All Known Implementing Classes:
BundleMessageFactory, NoopMessageFactory, PropertyMessageFactory

public interface MessageFactory

This class implements a factory for validation messages

Author:
Santiago Arriaga

Method Summary
 java.lang.String getMessage(java.lang.String key, java.lang.Object... args)
          Get a message associated with the given key and optional arguments.
 

Method Detail

getMessage

java.lang.String getMessage(java.lang.String key,
                            java.lang.Object... args)
Get a message associated with the given key and optional arguments.