Class ClasspathI18NResource
- java.lang.Object
-
- com.atlassian.confluence.util.i18n.ResourceBundleI18NResource
-
- com.atlassian.confluence.util.i18n.ClasspathI18NResource
-
- All Implemented Interfaces:
I18NResource
public class ClasspathI18NResource extends ResourceBundleI18NResource
I18NResource reading resource bundle from the classpath
-
-
Constructor Summary
Constructors Constructor Description ClasspathI18NResource(String baseName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClassLoader
getClassLoader()
protected ResourceBundle.Control
getControl()
protected String
getLocation()
-
Methods inherited from class com.atlassian.confluence.util.i18n.ResourceBundleI18NResource
getBundle, getBundle
-
-
-
-
Constructor Detail
-
ClasspathI18NResource
public ClasspathI18NResource(String baseName)
-
-
Method Detail
-
getLocation
protected String getLocation()
- Specified by:
getLocation
in classResourceBundleI18NResource
-
getClassLoader
protected ClassLoader getClassLoader()
- Specified by:
getClassLoader
in classResourceBundleI18NResource
-
getControl
protected ResourceBundle.Control getControl()
- Specified by:
getControl
in classResourceBundleI18NResource
-
-