public abstract class AbstractResourceBundleLoader extends Object implements ResourceBundleLoader
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ERROR_FILENAME_BLANK |
protected static String |
ERROR_RESOURCE_HANDLER_NULL |
protected static String |
ERROR_SUFFIX_BLANK |
protected ResourceHandler |
resourceHandler |
| Constructor and Description |
|---|
AbstractResourceBundleLoader(ResourceHandler resourceHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected URL |
getResourceAsURL(String fileName,
String suffix) |
protected ResourceHandler |
getResourceHandler() |
protected List<URL> |
getResources(String fileName,
String suffix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadprotected static final String ERROR_FILENAME_BLANK
protected static final String ERROR_SUFFIX_BLANK
protected static final String ERROR_RESOURCE_HANDLER_NULL
protected final ResourceHandler resourceHandler
@Inject public AbstractResourceBundleLoader(@Nonnull ResourceHandler resourceHandler)