org.apache.commons.scaffold.util
Interface Message

All Known Implementing Classes:
MessageImpl

public interface Message

An encapsulation of an individual message stored in a Messages object, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.

Version:
$Revision: 155464 $ $Date: 2005-02-26 13:26:54 +0000 (Sat, 26 Feb 2005) $
Author:
Craig R. McClanahan, David Winterfeldt, Ted Husted

Method Summary
 String getKey()
          Get the message key for this message.
 Object[] getValues()
          Get the replacement values for this message.
 

Method Detail

getKey

String getKey()
Get the message key for this message.


getValues

Object[] getValues()
Get the replacement values for this message.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.