org.apache.commons.i18n
Class XMLMessageProvider
java.lang.Object
org.apache.commons.i18n.XMLMessageProvider
- All Implemented Interfaces:
- MessageProvider
- public class XMLMessageProvider
- extends Object
- implements MessageProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLMessageProvider
public XMLMessageProvider()
getText
public String getText(String id,
String entry,
Locale locale)
throws MessageNotFoundException
- Specified by:
getText
in interface MessageProvider
- Throws:
MessageNotFoundException
getEntries
public Map getEntries(String id,
Locale locale)
throws MessageNotFoundException
- Specified by:
getEntries
in interface MessageProvider
- Throws:
MessageNotFoundException
install
public static void install(String id,
InputStream inputStream)
uninstall
public static void uninstall(String id)
update
public static void update(String id,
InputStream inputStream)
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.