public abstract class InternationalizedLoader<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
InternationalizedLoader() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getExtension() |
protected T |
load(String keyAsPath,
Locale locale) |
protected abstract T |
loadData(String name) |
Copyright © 2020 Hitachi Vantara. All rights reserved.