|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.slim3.commons.message.MessageResourceBundle
public class MessageResourceBundle
This class represents the message bundle.
Field Summary | |
---|---|
protected MessageResourceBundle |
parent
The parent. |
protected Properties |
properties
The properties. |
Constructor Summary | |
---|---|
MessageResourceBundle(Properties properties)
Constructor. |
|
MessageResourceBundle(Properties properties,
MessageResourceBundle parent)
Constructor. |
Method Summary | |
---|---|
String |
get(String key)
Returns the message. |
MessageResourceBundle |
getParent()
Returns the parent. |
void |
setParent(MessageResourceBundle parent)
Sets the parent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Properties properties
protected MessageResourceBundle parent
Constructor Detail |
---|
public MessageResourceBundle(Properties properties)
properties
- the propertiespublic MessageResourceBundle(Properties properties, MessageResourceBundle parent)
properties
- the propertiesparent
- the parentMethod Detail |
---|
public String get(String key)
key
- the key
public MessageResourceBundle getParent()
public void setParent(MessageResourceBundle parent)
parent
- the parent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |