|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.celtix.common.i18n.Message
public abstract class Message
Constructor Summary | |
---|---|
Message(String key,
Object... params)
|
Method Summary | |
---|---|
String |
getCode()
|
Object[] |
getParameters()
|
protected abstract ResourceBundle |
getResourceBundle()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Message(String key, Object... params)
Method Detail |
---|
public String toString()
toString
in class Object
public String getCode()
public Object[] getParameters()
protected abstract ResourceBundle getResourceBundle()
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |