org.apache.commons.i18n
Class LocalizedMessage
java.lang.Object
org.apache.commons.i18n.LocalizedBundle
org.apache.commons.i18n.LocalizedText
org.apache.commons.i18n.LocalizedMessage
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LocalizedError
- public class LocalizedMessage
- extends LocalizedText
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLE
public static String TITLE
LocalizedMessage
public LocalizedMessage(String messageId)
LocalizedMessage
public LocalizedMessage(String messageId,
Object[] arguments)
getTitle
public String getTitle()
throws MessageNotFoundException
- Throws:
MessageNotFoundException
getTitle
public String getTitle(Locale locale)
throws MessageNotFoundException
- Throws:
MessageNotFoundException
getTitle
public String getTitle(String defaultTitle)
getTitle
public String getTitle(Locale locale,
String defaultTitle)
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.