com.atlassian.confluence.util.i18n
Class LanguagePluginI18NResource
java.lang.Object
com.atlassian.confluence.util.i18n.AbstractI18NResource
com.atlassian.confluence.util.i18n.LanguagePluginI18NResource
- All Implemented Interfaces:
- I18NResource
public class LanguagePluginI18NResource
- extends AbstractI18NResource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LanguagePluginI18NResource
public LanguagePluginI18NResource(PluginAccessor pluginAccessor)
getPropertyResourceAsStream
protected InputStream getPropertyResourceAsStream(String locale)
- Specified by:
getPropertyResourceAsStream
in class AbstractI18NResource
- Parameters:
locale
- the locale of the properties to load. Can be null.
- Returns:
- an InputStream for a properties resource. Should return null if no properties for the given locale were found