org.peaseplate
Interface Messages

All Known Implementing Classes:
PropertyBasedMessages

public interface Messages

Holds messages. Stores the locator, for realoading.

Author:
Manfred HANTSCHEL

Method Summary
 MessagesLocator getLocator()
          Returns the locator of the messages.
 java.lang.String getMessage(java.lang.String key, java.lang.Object... values)
           
 Messages getParent()
           
 

Method Detail

getLocator

MessagesLocator getLocator()
Returns the locator of the messages.

Returns:
the message locator

getParent

Messages getParent()

getMessage

java.lang.String getMessage(java.lang.String key,
                            java.lang.Object... values)


Copyright © 2008. All Rights Reserved.